Set Devuan Ascii as default template

This commit is contained in:
PCoder 2018-09-27 22:14:42 +02:00
parent a02c3c6973
commit d93861ca32

View file

@ -355,7 +355,7 @@ class DCLCalculatorPluginModel(CMSPlugin):
"calculator instance." "calculator instance."
) )
default_selected_template=models.CharField( default_selected_template=models.CharField(
default="Devuan Jessie", default="Devuan Ascii",
null=True, null=True,
max_length=128, max_length=128,
help_text="Write the name of the template that you need selected as" help_text="Write the name of the template that you need selected as"