Mark "Collection" for translation in media_collect.
This commit is contained in:
parent
414ba21fda
commit
accb073e8c
@ -35,7 +35,9 @@ class ConfirmCollectionItemRemoveForm(wtforms.Form):
|
||||
_('I am sure I want to remove this item from the collection'))
|
||||
|
||||
class MediaCollectForm(wtforms.Form):
|
||||
collection = QuerySelectField(allow_blank=True, blank_text=_('-- Select --'), get_label='title',)
|
||||
collection = QuerySelectField(
|
||||
_('Collection'),
|
||||
allow_blank=True, blank_text=_('-- Select --'), get_label='title',)
|
||||
note = wtforms.TextAreaField(
|
||||
_('Include a note'),
|
||||
[wtforms.validators.Optional()],)
|
||||
|
Loading…
x
Reference in New Issue
Block a user