diff options
Diffstat (limited to 'templates/person.html')
-rw-r--r-- | templates/person.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/person.html b/templates/person.html index adc6aba..2bd4ed3 100644 --- a/templates/person.html +++ b/templates/person.html @@ -18,7 +18,8 @@ {% if pic.is_mugshot %}
<div class="figure">
<p> <img src="{{ pic.thumbnail_image.url }}" class="thumbnail" />
- <p> {{ pic.caption }}
+ <p> {{ pic.caption }}</p>
+ <p> <a href="{{ pic.get_admin_url }}">edit {{pic}}</a> </>
</p>
</p>
</div>
|