mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-08 06:59:39 +01:00
removed even more deprecated functionality
This commit is contained in:
parent
5388ece5ed
commit
91229b9292
@ -14,7 +14,7 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% for u in user_choices %}
|
{% for u in user_choices %}
|
||||||
<option value='{{ u.id }}'{% if u.id|in_list:query_params.filtering.assigned_to__id__in %} selected='selected'{% endif %}>
|
<option value='{{ u.id }}'{% if u.id|in_list:query_params.filtering.assigned_to__id__in %} selected='selected'{% endif %}>
|
||||||
{{ u.get_username }}{% if u==user %} {% trans "(ME)" %}{% endif %}
|
{{ u.get_username }}
|
||||||
</option>
|
</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user