diff options
Diffstat (limited to 'templates/person.html')
-rw-r--r-- | templates/person.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/person.html b/templates/person.html index aed5989..d28f82a 100644 --- a/templates/person.html +++ b/templates/person.html @@ -3,6 +3,8 @@ {% 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 %}
+
{% block contentheader %}
<h2> {{person|wiki_to_html_short}} </h2>
{% endblock %}
|