summaryrefslogtreecommitdiffstats
path: root/templates/expopage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/expopage.html')
-rw-r--r--templates/expopage.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/expopage.html b/templates/expopage.html
index fab3bc1..912fe5a 100644
--- a/templates/expopage.html
+++ b/templates/expopage.html
@@ -11,6 +11,8 @@
{% else %}
{% if not has_menu %}
{% include "menu.html" %}
+ {% else %}
+ {% if editable %}<li><a href="{% url "editexpopage" path %}" class="editlink"><strong>Edit this Page</strong></a></li>{% endif %}
{% endif %}
{% endif %}
{% endblock %}