diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html | 13 |
1 files changed, 0 insertions, 13 deletions
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 %} |