diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index c4ce00aa0..f7c3838b8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -2,10 +2,9 @@ {% load i18n window_field from_dict link_to_window window_tables window_header humanize %} {% load url from future %} -{% block head_title %}{% trans "Find"%}{% endblock %} +{% block head_title %}{% trans "Find" %}{% endblock %} {% block content %} - -{% window_nav 'show-find' 'find_modify' 'show-historized-find' 'revert-find' item window_id previous next %} +{% window_nav item window_id 'show-find' 'find_modify' 'show-historized-find' 'revert-find' previous next %} {% if item.image %} <a href='{{item.image.url}}' rel="prettyPhoto" title="{{item.label}}" class='photo'><img src='{{item.thumbnail.url}}'/></a> |