Skip to content
Snippets Groups Projects
Unverified Commit 0132bab3 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'master' of edugit.org:Teckids/ticdesk

parents 45d84d82 b9412bc0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
{% block person_content %}
{% if person %}
<h2>{{ person.cn }}</h2>
<h2>{{ person.cn }} <small>{{ person.uid }}</small></h2>
<p>
<a href="{% url 'org:edit_user_by_uid' person.uid %}">
{% blocktrans %}Benutzer editieren{% endblocktrans %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment