Pull-request: #15867 Fixes: #15864 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
b47ea134cc
@ -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