mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-03 08:25:41 +02:00
Remove translation on the template (since it is already done in the form definition)
This commit is contained in:
parent
63790c5b1d
commit
1eef8496bb
@ -34,7 +34,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for='id_{{ field.name }}'>
|
<label for='id_{{ field.name }}'>
|
||||||
{% trans field.label %}
|
{{ field.label }}
|
||||||
{% if not field.field.required %}
|
{% if not field.field.required %}
|
||||||
({% trans "Optional" %})
|
({% trans "Optional" %})
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user