mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Merge pull request #919 from Benbb96/fix-double-translation
Fix double translating in Create Ticket Form
This commit is contained in:
commit
fcafc77b92
@ -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