diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-13 11:12:16 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-13 11:12:16 +0100 |
| commit | e36ae6b8508a1e60f45a2edffb40e4b104e29de9 (patch) | |
| tree | 668089a9b4afc76842a42d01b978df7a09d6b907 /archaeological_finds/templates/ishtar | |
| parent | 1da20a5b5bb591c0789f570399d9c644ec3e4263 (diff) | |
| download | Ishtar-e36ae6b8508a1e60f45a2edffb40e4b104e29de9.tar.bz2 Ishtar-e36ae6b8508a1e60f45a2edffb40e4b104e29de9.zip | |
Treatments: fix associated filename - add modify links in sheets
Diffstat (limited to 'archaeological_finds/templates/ishtar')
| -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 f1bfd68d2..a18cc9873 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -4,7 +4,7 @@ {% block head_title %}{% trans "Treatment" %}{% endblock %} {% block content %} -{% window_nav item window_id 'show-treatment' %} +{% window_nav item window_id 'show-treatment' 'treatment_modify' %} {% if item.image %} <a href='{{item.image.url}}' rel="prettyPhoto" title="{{item.label}}" class='photo'><img src='{{item.thumbnail.url}}'/></a> diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index d569c5f0f..b142d3516 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -4,7 +4,7 @@ {% block head_title %}{% trans "Treatment file" %}{% endblock %} {% block content %} -{% window_nav item window_id 'show-treatmentfile' %} +{% window_nav item window_id 'show-treatmentfile' 'treatmentfile_modify' %} <p class="window-refs">{{ item.name|default:"" }}</p> {% if item.internal_reference %} |
