diff options
Diffstat (limited to 'archaeological_finds/templates')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 2 | ||||
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index a06c10b3c..1bf5209fb 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -25,7 +25,7 @@ <ul class='form-flex'> {% field_li_multiple "Treatment type" item.treatment_types %} {% field_li "State" item.treatment_state %} - {% field_li_detail "Associated file" item.file %} + {% field_li_detail "Associated request" item.file %} {% field_li "Location" item.location %} {% field_li "Container" item.container %} {% field_li "Responsible" item.person %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index 8988d9595..7159493c5 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -2,7 +2,7 @@ {% load i18n window_field from_dict link_to_window window_tables window_header humanize %} {% load url from future %} -{% block head_title %}{% trans "Treatment file" %}{% endblock %} +{% block head_title %}{% trans "Treatment request" %}{% endblock %} {% block content %} {% window_nav item window_id 'show-treatmentfile' 'treatmentfile_modify' %} |
