summaryrefslogtreecommitdiffstats
path: root/templates/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/menu.html')
-rw-r--r--templates/menu.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/menu.html b/templates/menu.html
index 6728abe..654cd97 100644
--- a/templates/menu.html
+++ b/templates/menu.html
@@ -51,7 +51,8 @@
<input type=submit value="Search"></form></li>
{% if editable %}<li><a href="{% if local %}https://expo.survex.com{% endif %}{% url "editexpopage" path %}" class="editlink"><strong>Edit this page</strong></a></li>{% endif %}
{% if cave_editable %}<li><a href="{% if local %}https://expo.survex.com{% endif %}{% url "edit_cave" cave.url_parent cave.slug %}" class="editlink"><strong>Edit this cave</strong></a></li>{% endif %}
-<li> {% if settings.DEVSERVER %}<b style="color:red">RUNNING ON LOCALSERVER</b>{% endif %}
+<li> {% if settings.DEVSERVER %}<b style="color:red">RUNNING ON LOCALSERVER</b> <br>slug:{{ cave.slug }}<br>newslug:{{ cave.newslug }}<br>url:{{ cave.url }}{% endif %}
</ul>
</div>
{% endif %}
+