mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
removed even more deprecated functionality
This commit is contained in:
parent
5388ece5ed
commit
91229b9292
@ -14,7 +14,7 @@
|
||||
{% endwith %}
|
||||
{% for u in user_choices %}
|
||||
<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>
|
||||
{% endfor %}
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user