Merge #19986 - Improve error message if table is not available
Pull-request: #19986 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
f510b6ec88
@ -234,7 +234,11 @@
|
||||
|
||||
<td colspan="{{ action_colspan }}"
|
||||
class="text-center">
|
||||
{% trans 'in use' %}
|
||||
{% if current_table['Comment'] is not empty %}
|
||||
{{ current_table['Comment'] }}
|
||||
{% else %}
|
||||
{% trans 'in use' %}
|
||||
{% endif %}
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user