summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
authorSam Wenham <sam@wenhams.co.uk>2019-02-24 13:03:34 +0000
committerSam Wenham <sam@wenhams.co.uk>2019-02-24 13:03:34 +0000
commit8f66837f6fb5b74ba3166ae6e31328f8a9e68d96 (patch)
treef5683df0d04d8decad0685198e6e76980e376ef0 /templates/flatpage.html
parent670559ec8722d8f2f5c97e93bbed1f610cc67206 (diff)
downloadtroggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.tar.gz
troggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.tar.bz2
troggle-8f66837f6fb5b74ba3166ae6e31328f8a9e68d96.zip
Make things more compatiable with newer python
Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
Diffstat (limited to 'templates/flatpage.html')
-rw-r--r--templates/flatpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/flatpage.html b/templates/flatpage.html
index 73be1b2..ebe5b1b 100644
--- a/templates/flatpage.html
+++ b/templates/flatpage.html
@@ -7,7 +7,7 @@
{% if editable %}
<a href="{% url "editflatpage" path %}">Edit</a>
{% endif %}
- {%else %}
+ {% else %}
{% if not has_menu %}
{% include "menu.html" %}
{% endif %}