Skip to content

Commit

Permalink
This certainly works
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 14, 2015
1 parent a11633a commit d851a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feincms/models.py
Expand Up @@ -422,7 +422,7 @@ def _template(self):
(template_.key, template_.title,)
for template_ in cls._feincms_templates.values()
]
field.default = field.choices[0][0]
field.default = cls.TEMPLATE_CHOICES[0][0]

# Build a set of all regions used anywhere
cls._feincms_all_regions = set()
Expand Down

0 comments on commit d851a98

Please sign in to comment.