summaryrefslogtreecommitdiffstats
path: root/templates/flatpage.html
diff options
context:
space:
mode:
authorMartin Green <martin.speleo@gmail.com>2011-07-11 00:15:59 +0100
committerMartin Green <martin.speleo@gmail.com>2011-07-11 00:15:59 +0100
commit861daee66feb985ccfb9271c211dc1a27263fbf4 (patch)
tree43143d7e05d59ca83ef9d9f696071bf594f1d589 /templates/flatpage.html
parentdb2d954b1d8d3a7454d51a7f6eebd88aa102e64c (diff)
downloadtroggle-861daee66feb985ccfb9271c211dc1a27263fbf4.tar.gz
troggle-861daee66feb985ccfb9271c211dc1a27263fbf4.tar.bz2
troggle-861daee66feb985ccfb9271c211dc1a27263fbf4.zip
Removed conversion to wiki, replaced Surveystation models with text, added area 1623 to all relevant caves.
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 ef8c4ab..8c476b8 100644
--- a/templates/flatpage.html
+++ b/templates/flatpage.html
@@ -2,7 +2,7 @@
<head>
{{ head|safe }}
</head>
-<body>
+<body{% if bodyid %} id="{{ bodyid }}"{% endif %}>
{{ body|safe }}
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
</body>