Set Devuan Ascii as default template
This commit is contained in:
parent
a02c3c6973
commit
d93861ca32
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue