Merge #16571 - Fixed typo in events editor

Pull-request: #16571
Ref: e9eff7bd25

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-13 21:16:20 +01:00
commit 52e20c51e9
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -9,7 +9,7 @@
<legend>{% trans 'Details' %}</legend>
<table class="rte_table table table-borderless table-sm">
<tr>
<td>{% trans 'Details' %}</td>
<td>{% trans 'Event name' %}</td>
<td>
<input type="text" name="item_name" value="{{ event.item_name }}" maxlength="64">
</td>