wcs: mark "categories" field label for translation (#21708)

This commit is contained in:
Frédéric Péters 2018-02-08 09:39:56 +01:00 committed by Thomas NOEL
parent 60915c7d6d
commit 0c8db83661
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class WcsCurrentFormsCell(WcsUserDataBaseCell):
api_url = '/api/user/forms'
variable_name = 'user_forms'
categories = JSONField(blank=True)
categories = JSONField(_('Categories'), blank=True)
current_forms = models.BooleanField(_('Current Forms'), default=True)
done_forms = models.BooleanField(_('Done Forms'), default=False)