summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2012-01-07 19:05:25 +0000
committerMartin Green <martin.speleo@gmail.com>2012-01-07 19:05:25 +0000
commit599c59454a12a0cc4f9c7b0d88a5c1d8e054d2f2 (patch)
tree1907fbdeb89f2d4fe135fc8ece124f5c8e148d4d /templates/menu.html
parent8222ed3b6a1aba605c0b674ec54b3ef7b4515df9 (diff)
downloadtroggle-599c59454a12a0cc4f9c7b0d88a5c1d8e054d2f2.tar.gz
troggle-599c59454a12a0cc4f9c7b0d88a5c1d8e054d2f2.tar.bz2
troggle-599c59454a12a0cc4f9c7b0d88a5c1d8e054d2f2.zip
Render a cave editing page. Nb it does not do save anything yet.
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 65b8544..bea6067 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -8,5 +8,6 @@
<li><a href="/handbook/index.htm">Handbook</a></li>
<li><a href="/pubs.htm">Reports</a></li>
{% if editable %}<li><a href="{% url editflatpage path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
+{% if cave_editable %}<li><a href="{% url edit_cave cave_editable %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}
</ul>
{% endif %}