summaryrefslogtreecommitdiffstats
path: root/templates/person.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/person.html')
-rw-r--r--templates/person.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/person.html b/templates/person.html
index 573c194..64896a7 100644
--- a/templates/person.html
+++ b/templates/person.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
-
-
+{% load wiki_markup %}
{% block title %}Person {{person|wiki_to_html_short}}{% endblock %}
{% block editLink %}| <a href={{person.get_admin_url}}>Edit person {{person|wiki_to_html_short}}</a>{% endblock %}