diff options
Diffstat (limited to 'archaeological_context_records/templates/ishtar')
3 files changed, 0 insertions, 30 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.html deleted file mode 100644 index 725c89530..000000000 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource.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 "Context record source" %}</strong> - {{item.title}} - {{item.owner}}{% endblock %} - -{% block window_nav %} -{% window_nav item window_id 'show-contextrecordsource' 'record_source_modify' %} -{% endblock %} - -{% block related %} -{% trans "Related context record" as related_item_label %} -{% field_flex related_item_label item.owner '' item.owner|link_to_window %} -{% endblock %} diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html deleted file mode 100644 index c03b80a53..000000000 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_pdf.html +++ /dev/null @@ -1,14 +0,0 @@ -{% extends "ishtar/sheet_contextrecordsource.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_context_records/templates/ishtar/sheet_contextrecordsource_window.html b/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_window.html deleted file mode 100644 index 21dd20758..000000000 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecordsource_window.html +++ /dev/null @@ -1,3 +0,0 @@ -{% extends "ishtar/sheet_contextrecordsource.html" %} -{% block main_head %}{%endblock%} -{% block main_foot %}{%endblock%} |