Fix table comments being required

Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
This commit is contained in:
Mohammed Rabeeh 2020-01-28 00:13:36 +05:30
parent b0efe9b3d5
commit accb9ed1a8

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>