Merge #15867 - Fix #15864 Table comments being required

Pull-request: #15867
Fixes: #15864
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-01-27 20:26:02 +01:00
commit b47ea134cc
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -102,7 +102,7 @@
<div class="form-group form-inline">
<label for="tableCommentsInput">{% trans 'Table comments' %}</label>
<input class="form-control" id="tableCommentsInput" type="text" name="comment" maxlength="2048" value="{{ table_comment }}" required>
<input class="form-control" id="tableCommentsInput" type="text" name="comment" maxlength="2048" value="{{ table_comment }}">
<input type="hidden" name="prev_comment" value="{{ table_comment }}">
</div>