Skip to content
Snippets Groups Projects
Commit 0daaf16d authored by Martin Gummi's avatar Martin Gummi :ok_hand:
Browse files

Add nick to person view.

parent 726eb2c2
No related branches found
No related tags found
1 merge request!53Add nick to person view.
......@@ -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