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

Postup: Jména účastníků jsou klikací

Umožňuje rozlišit jmenovce.
parent f98636a3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@
<tbody>
<tr>
<td><input type="checkbox" oninput="update_counters();" name="select_{{ c.place.place_id }}_{{ pp.user_id }}"{% if checked %} checked{% endif %}>
<td>{{ pp.user.full_name() }}<td>{{ points|or_dash }}
<td>{{ pp.user|user_link }}<td>{{ points|or_dash }}
{% endfor %}
</table>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment