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 | ddd5ad887467e6e8592471f19997c85aafe08773 (patch) | |
| tree | 668089a9b4afc76842a42d01b978df7a09d6b907 /archaeological_finds/templates/ishtar/sheet_treatmentfile.html | |
| parent | e401941a57c84157a6cec7a6cd37e107fb147377 (diff) | |
| download | Ishtar-ddd5ad887467e6e8592471f19997c85aafe08773.tar.bz2 Ishtar-ddd5ad887467e6e8592471f19997c85aafe08773.zip | |
Treatments: fix associated filename - add modify links in sheets
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfile.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |
