From f6fe204ef36dfbafae1603055824266f6ff82ea8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Jan 2018 18:12:36 +0100 Subject: UI: work on sheet display --- .../templates/ishtar/sheet_contextrecord.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index e1ea9019b..93a9b67d2 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -1,10 +1,13 @@ {% extends "ishtar/sheet.html" %} -{% load i18n window_field window_header window_tables %} +{% load i18n window_field window_header window_tables window_field %} -{% block head_title %}{% trans "Context Record" %}{% endblock %} +{% block head_title %}{% trans "Context Record:" %}{{item.full_label}}{% endblock %} -{% block content %} +{% block toolbar %} {% window_nav item window_id 'show-contextrecord' 'record_modify' 'show-historized-contextrecord' 'revert-contextrecord' previous next 1 %} +{% endblock %} + +{% block content %} {% if item.image %} -- cgit v1.2.3