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

Add description to template. Closes #256

parent 48fec762
No related branches found
No related tags found
1 merge request!260Resolve "Show description in template"
Pipeline #2045 passed
......@@ -99,6 +99,14 @@
{% endif %}
</table>
</div>
{% if person.description %}
<div class="col s12 m12">
<h5>{% trans "Description" %}</h5>
<p>
{{ person.description }}
</p>
</div>
{% endif %}
</div>
{% has_perm 'core.view_person_groups' user person as can_view_groups %}
......
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