diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html new file mode 100644 index 000000000..e456b6fe0 --- /dev/null +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfilesource.html @@ -0,0 +1,12 @@ +{% extends "ishtar/sheet_source.html" %} +{% load i18n window_field window_header link_to_window %} + +{% block head_title %}{% trans "Treatement file source" %}{% endblock %} + +{% block window_nav %} +{% window_nav item window_id 'show-treatmentfilesource' 'treatmentfile_source_modify' %} +{% endblock %} + +{% block related %} +{% field "Related treatment file" item.owner '' item.owner|link_to_window %} +{% endblock %} |