Don't make the tag selection required

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-02-15 04:23:00 -04:00
parent cae7b8f8c5
commit 95faa44d76

View File

@@ -19,4 +19,5 @@ class TagMultipleSelectionForm(FilteredSelectionForm):
allow_multiple = True
field_name = 'tags'
label = _('Tags')
required = False
widget_attributes = {'class': 'select2-tags'}