summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findsource.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-12-29 19:17:06 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-12-29 19:17:06 +0100
commit64da07dfc6489858c151766ac07f22aba4ceb59f (patch)
tree4ded02e0b70766bc41cf11a377c2ffb7aeb328c6 /archaeological_finds/templates/ishtar/sheet_findsource.html
parenta6e9f83052759cf4620dc30cb860293ea6534d14 (diff)
downloadIshtar-64da07dfc6489858c151766ac07f22aba4ceb59f.tar.bz2
Ishtar-64da07dfc6489858c151766ac07f22aba4ceb59f.zip
Add sheets for context record source and find source
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_findsource.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findsource.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html
new file mode 100644
index 000000000..04db0336c
--- /dev/null
+++ b/archaeological_finds/templates/ishtar/sheet_findsource.html
@@ -0,0 +1,11 @@
+{% extends "ishtar/sheet_source.html" %}
+{% load i18n window_field link_to_window %}
+
+{% block head_sheet %}
+{{block.super}}
+<h1>{% trans "Find source"%}</h1>
+{% endblock %}
+
+{% block related %}
+{% field "Related find" item.owner '' item.owner|link_to_window %}
+{% endblock %}