diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/expopage.html | 2 |
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 %} |