diff options
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 |
commit | b8d84f2e1014cd09d7820fbb0650d5d089fe3919 (patch) | |
tree | 4ded02e0b70766bc41cf11a377c2ffb7aeb328c6 /archaeological_operations/templates | |
parent | 73b91b53f95859450f4be9a8a5035909eed213dc (diff) | |
download | Ishtar-b8d84f2e1014cd09d7820fbb0650d5d089fe3919.tar.bz2 Ishtar-b8d84f2e1014cd09d7820fbb0650d5d089fe3919.zip |
Add sheets for context record source and find source
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operationsource.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operationsource.html b/archaeological_operations/templates/ishtar/sheet_operationsource.html index 5e2a39826..5bb8518a5 100644 --- a/archaeological_operations/templates/ishtar/sheet_operationsource.html +++ b/archaeological_operations/templates/ishtar/sheet_operationsource.html @@ -6,10 +6,6 @@ <h1>{% trans "Operation source"%}</h1> {% endblock %} -{% block export %} -<div class='tool'>{%trans "Export as:"%} <a href='{% url show-operationsource item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-operationsource item.pk "pdf" %}'>{%trans "PDF file"%}</a></div> -{% endblock %} - {% block related %} {% field "Related operation" item.owner '' item.owner|link_to_window %} {% endblock %} |