mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 04:06:23 +02:00
semantic fix (Unassign --> Unassigned)
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
<dt><label for='id_owner'>{% trans "Owner" %}</label></dt>
|
||||
<dd>
|
||||
<select id='id_owner' name='owner'>
|
||||
<option value='0'>{% trans "Unassign" %}</option>
|
||||
<option value='0'>{% trans "Unassigned" %}</option>
|
||||
{% for u in assignable_users %}
|
||||
<option value='{{ u.id }}'{% if u.id == ticket.assigned_to.id %} selected{% endif %}>{{ u }}</option>
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user