Skip to content
Snippets Groups Projects
Commit 0ce629ab authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '256-show-description-in-template' into 'master'

Resolve "Show description in template"

Closes #256

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