Change field name to description.
This commit is contained in:
parent
ed46df89aa
commit
5955e619c0
@ -23,7 +23,7 @@ from mediagoblin.tools.licenses import licenses_as_choices
|
|||||||
class BlogPostEditForm(wtforms.Form):
|
class BlogPostEditForm(wtforms.Form):
|
||||||
title = wtforms.TextField(_('Title'),
|
title = wtforms.TextField(_('Title'),
|
||||||
[wtforms.validators.Length(min=0, max=500)])
|
[wtforms.validators.Length(min=0, max=500)])
|
||||||
description = wtforms.TextAreaField(_('Content'))
|
description = wtforms.TextAreaField(_('Description'))
|
||||||
tags = wtforms.TextField(_('Tags'), [tag_length_validator],
|
tags = wtforms.TextField(_('Tags'), [tag_length_validator],
|
||||||
description="Seperate tags by commas.")
|
description="Seperate tags by commas.")
|
||||||
license = wtforms.SelectField(_('License'),
|
license = wtforms.SelectField(_('License'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user