Skip to content

Commit

Permalink
Merge 38ee453 into 2b492f4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Dec 8, 2015
2 parents 2b492f4 + 38ee453 commit fb3e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/forms/wizards.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class BaseCMSPageForm(forms.Form):
title = forms.CharField(
label=_(u'Title'), max_length=255,
help_text=_(u"Provide a title for the new page."))
slug = forms.CharField(
slug = forms.SlugField(
label=_(u'Slug'), max_length=255, required=False,
help_text=_(u"Leave empty for automatic slug, or override as required.")
)
Expand Down

0 comments on commit fb3e9fb

Please sign in to comment.