summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-04 16:41:41 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 09:57:24 +0200
commit5a52b18c2cd4fcde86cefb84f90b4bd0df7be5a3 (patch)
tree735cd414c9dd45334a08f5e8c93224257548aa53 /archaeological_operations/templates
parenta54278d6d09645e5d9e6b310b7d58d7aa3f80f4d (diff)
downloadIshtar-5a52b18c2cd4fcde86cefb84f90b4bd0df7be5a3.tar.bz2
Ishtar-5a52b18c2cd4fcde86cefb84f90b4bd0df7be5a3.zip
Rebase migrations
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operationsource.html13
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html14
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operationsource_window.html3
3 files changed, 0 insertions, 30 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operationsource.html b/archaeological_operations/templates/ishtar/sheet_operationsource.html
deleted file mode 100644
index 91cb483f0..000000000
--- a/archaeological_operations/templates/ishtar/sheet_operationsource.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "ishtar/sheet_source.html" %}
-{% load i18n window_field window_header link_to_window %}
-
-{% block head_title %}<strong>{% trans "Operation source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %}
-
-{% block window_nav %}
-{% window_nav item window_id 'show-operationsource' 'operation_source_modify' %}
-{% endblock %}
-
-{% block related %}
-{% trans "Related operation" as related_item_label %}
-{% field_flex related_item_label item.owner '' item.owner|link_to_window %}
-{% endblock %}
diff --git a/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html b/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
deleted file mode 100644
index 68eb7aa2d..000000000
--- a/archaeological_operations/templates/ishtar/sheet_operationsource_pdf.html
+++ /dev/null
@@ -1,14 +0,0 @@
-{% extends "ishtar/sheet_operationsource.html" %}
-{% block header %}
-{% endblock %}
-{% block main_head %}
-{{ block.super }}
-<div id="pdfheader">
-Ishtar &ndash; {{APP_NAME}} &ndash; {{item}}
-</div>
-{% endblock %}
-{%block head_sheet%}{%endblock%}
-{%block main_foot%}
-</body>
-</html>
-{%endblock%}
diff --git a/archaeological_operations/templates/ishtar/sheet_operationsource_window.html b/archaeological_operations/templates/ishtar/sheet_operationsource_window.html
deleted file mode 100644
index 8cd2c7fa1..000000000
--- a/archaeological_operations/templates/ishtar/sheet_operationsource_window.html
+++ /dev/null
@@ -1,3 +0,0 @@
-{% extends "ishtar/sheet_operationsource.html" %}
-{% block main_head %}{%endblock%}
-{% block main_foot %}{%endblock%}