summaryrefslogtreecommitdiff
path: root/archaeological_files/templates/ishtar/sheet_file.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-27 22:35:21 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-27 22:38:39 +0100
commit9b5f5ca0a065c33db57670ba166b1424bcc18cd2 (patch)
tree58732af3c07cfc4833e314aad8610a7d84629cca /archaeological_files/templates/ishtar/sheet_file.html
parent0bbb58bdf1cad93846bec23d2481e5ffffa818f8 (diff)
downloadIshtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.tar.bz2
Ishtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.zip
Allow modification from the window (refs #1574)
Diffstat (limited to 'archaeological_files/templates/ishtar/sheet_file.html')
-rw-r--r--archaeological_files/templates/ishtar/sheet_file.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html
index 6602b8ee3..a83ce3df3 100644
--- a/archaeological_files/templates/ishtar/sheet_file.html
+++ b/archaeological_files/templates/ishtar/sheet_file.html
@@ -20,6 +20,7 @@
</div>
{% endif %}
<div class='tool'>{%trans "Export as:"%} <a href='{% url show-file item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-file item.pk "pdf" %}'>{%trans "PDF file"%}</a></div>
+<div class='tool modify'><a href='{% url file_modify item.pk %}'>{% trans "Modify" %}</a></div>
<h3>{% trans "General"%}</h3>
<p><label>{%trans "Year:"%}</label> <span class='value'>{{ item.year }}</span></p>
{% if item.numeric_reference %}<p><label>{%trans "Numerical reference:"%}</label> <span class='value'>{{ item.numeric_reference }}</span></p>{% endif %}