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

Merge branch 'issue78' into 'master'

Add nick to person view.

See merge request !53
parents 726eb2c2 0daaf16d
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