mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01: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 %}
|
||||
<div class="form-group">
|
||||
<label for='id_{{ field.name }}'>
|
||||
{% trans field.label %}
|
||||
{{ field.label }}
|
||||
{% if not field.field.required %}
|
||||
({% trans "Optional" %})
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user