summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operationsource.html
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
commite7418c19b122c5ac0505ad2be5350068d3bf6f6b (patch)
tree735cd414c9dd45334a08f5e8c93224257548aa53 /archaeological_operations/templates/ishtar/sheet_operationsource.html
parent202fb132953d115c2b1983f5f50d2f4b62bb9d5d (diff)
downloadIshtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.tar.bz2
Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.zip
Rebase migrations
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operationsource.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operationsource.html13
1 files changed, 0 insertions, 13 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 %}