Fix table comments being required
Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
This commit is contained in:
parent
b0efe9b3d5
commit
accb9ed1a8
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user