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

Zobrazování historie uživatele nabízí odkaz na historii jeho přihlášek

parent a8307720
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,8 @@
{% endfor %}
</table>
{% if type == 'user' %}
<p><a class='btn btn-default' href='{{ url_for('org_log', typ='participant', id=id) }}'>Participation log</a>
{% endif %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment