Fixed typo in events editor

Signed-off-by: Rouslan Placella <rouslan@placella.com>
This commit is contained in:
Rouslan Placella 2021-01-13 19:50:02 +00:00
parent cd8a1bb1b6
commit a60bcea696

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>