diff options
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 |
commit | e7418c19b122c5ac0505ad2be5350068d3bf6f6b (patch) | |
tree | 735cd414c9dd45334a08f5e8c93224257548aa53 /archaeological_finds/templates | |
parent | 202fb132953d115c2b1983f5f50d2f4b62bb9d5d (diff) | |
download | Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.tar.bz2 Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.zip |
Rebase migrations
Diffstat (limited to 'archaeological_finds/templates')
9 files changed, 0 insertions, 90 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findsource.html b/archaeological_finds/templates/ishtar/sheet_findsource.html deleted file mode 100644 index a3825173f..000000000 --- a/archaeological_finds/templates/ishtar/sheet_findsource.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 "Find source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %} - -{% block window_nav %} -{% window_nav item window_id 'show-findsource' 'find_source_modify' %} -{% endblock %} - -{% block related %} -{% trans "Related find" as related_item_label %} -{% field_flex related_item_label item.owner '' item.owner|link_to_window %} -{% endblock %} diff --git a/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html b/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html deleted file mode 100644 index 7ca3bd3c1..000000000 --- a/archaeological_finds/templates/ishtar/sheet_findsource_pdf.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "ishtar/sheet_findsource.html" %} -{% block header %} -{% endblock %} -{% block main_head %} -{{ block.super }} -<div id="pdfheader"> -Ishtar – {{APP_NAME}} – {{item}} -</div> -{% endblock %} -{%block head_sheet%}{%endblock%} -{%block main_foot%} -</body> -</html> -{%endblock%} diff --git a/archaeological_finds/templates/ishtar/sheet_findsource_window.html b/archaeological_finds/templates/ishtar/sheet_findsource_window.html deleted file mode 100644 index b2a2974bf..000000000 --- a/archaeological_finds/templates/ishtar/sheet_findsource_window.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "ishtar/sheet_findsource.html" %} -{% block main_head %}{%endblock%} -{% block main_foot %}{%endblock%} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html deleted file mode 100644 index 17cc14b5b..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "ishtar/sheet_source.html" %} -{% load i18n window_field window_header link_to_window %} - -{% block head_title %}{% trans "Treatment request source" %}{% endblock %} - -{% block window_nav %} -{% window_nav item window_id 'show-treatmentfilesource' 'treatmentfile_source_modify' %} -{% endblock %} - -{% block related %} -{% trans "Related treatment request" as related_item_label %} -{% field related_item_label item.owner '' item.owner|link_to_window %} -{% endblock %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html deleted file mode 100644 index 2ef4d63b5..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_pdf.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "ishtar/sheet_treatmentfilesource.html" %} -{% block header %} -{% endblock %} -{% block main_head %} -{{ block.super }} -<div id="pdfheader"> -Ishtar – {{APP_NAME}} – {{item}} -</div> -{% endblock %} -{%block head_sheet%}{%endblock%} -{%block main_foot%} -</body> -</html> -{%endblock%} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_window.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_window.html deleted file mode 100644 index 4ebf9c02a..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource_window.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "ishtar/sheet_treatmentfilesource.html" %} -{% block main_head %}{%endblock%} -{% block main_foot %}{%endblock%} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentsource.html b/archaeological_finds/templates/ishtar/sheet_treatmentsource.html deleted file mode 100644 index 70e69c704..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentsource.html +++ /dev/null @@ -1,13 +0,0 @@ -{% extends "ishtar/sheet_source.html" %} -{% load i18n window_field window_header link_to_window %} - -{% block head_title %}{% trans "Treatment source" %}{% endblock %} - -{% block window_nav %} -{% window_nav item window_id 'show-treatmentsource' 'treatment_source_modify' %} -{% endblock %} - -{% block related %} -{% trans "Related treatment" as related_item_label %} -{% field related_item_label item.owner '' item.owner|link_to_window %} -{% endblock %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentsource_pdf.html b/archaeological_finds/templates/ishtar/sheet_treatmentsource_pdf.html deleted file mode 100644 index 4b7218a14..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentsource_pdf.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "ishtar/sheet_treatmentsource.html" %} -{% block header %} -{% endblock %} -{% block main_head %} -{{ block.super }} -<div id="pdfheader"> -Ishtar – {{APP_NAME}} – {{item}} -</div> -{% endblock %} -{%block head_sheet%}{%endblock%} -{%block main_foot%} -</body> -</html> -{%endblock%} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentsource_window.html b/archaeological_finds/templates/ishtar/sheet_treatmentsource_window.html deleted file mode 100644 index 2af5ff708..000000000 --- a/archaeological_finds/templates/ishtar/sheet_treatmentsource_window.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "ishtar/sheet_treatmentsource.html" %} -{% block main_head %}{%endblock%} -{% block main_foot %}{%endblock%} |