Skip to content
Snippets Groups Projects
Commit 2f76c127 authored by Martin Mareš's avatar Martin Mareš
Browse files

Výpis rolí k místu ukazuje user_flags

parent 7cfa1b87
No related branches found
No related tags found
1 merge request!138Zpracování nedoručenek
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{% for role in roles %} {% for role in roles %}
<tr> <tr>
<td>{{ roles_by_type[role.role].name }} <td>{{ roles_by_type[role.role].name }}
<td>{{ role.user|user_link }} <td>{{ role.user|user_link }}{{ role.user|user_flags }}
<td>{{ role.year or '–' }} <td>{{ role.year or '–' }}
<td>{{ role.category or '–' }} <td>{{ role.category or '–' }}
<td>{{ role.seq or '–' }} <td>{{ role.seq or '–' }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment