From c623acf832d9f1139e2aeebca59f7955f59a0d3a Mon Sep 17 00:00:00 2001 From: Martin Green Date: Mon, 8 Aug 2011 12:40:47 +0100 Subject: [PATCH] template changes. Fix link to css. --- templates/expobase.html | 2 +- templates/menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/expobase.html b/templates/expobase.html index 0ef74c1..5cadb61 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -3,7 +3,7 @@ {% block title %}{% endblock %} - + {% block extrahead %}{% endblock %} diff --git a/templates/menu.html b/templates/menu.html index f74aed4..65b8544 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -7,6 +7,6 @@
  • Caves
  • Handbook
  • Reports
  • -{% if editable %}
  • Edit
  • {% endif %} +{% if editable %}
  • Edit this page
  • {% endif %} {% endif %}