Navigation Menu

Skip to content

Commit

Permalink
fixed syntax error, comma in wrong position
Browse files Browse the repository at this point in the history
  • Loading branch information
airtonix committed Jul 8, 2012
1 parent ecaa34a commit a349635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmsplugin_embeddedmenu/models.py
Expand Up @@ -38,7 +38,7 @@ class MenuPluginSettings(CMSPlugin):
max_length = 256,
help_text = _("""Use this template to render the menu container"""))

tree_template = models.CharField(_("Tree Template",)
tree_template = models.CharField(_("Tree Template"),
choices = DynamicTemplateChoices(
path = ApplicationSettings.MENU_TEMPLATE_PATH,
include = '.html'),
Expand Down

0 comments on commit a349635

Please sign in to comment.