Remove translation on the template (since it is already done in the form definition)

This commit is contained in:
bbe 2021-01-04 19:58:43 +01:00
parent 63790c5b1d
commit 1eef8496bb

View File

@ -34,7 +34,7 @@
{% else %}
<div class="form-group">
<label for='id_{{ field.name }}'>
{% trans field.label %}
{{ field.label }}
{% if not field.field.required %}
({% trans "Optional" %})
{% endif %}