mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-31 11:36:04 +01:00
Allow for editing flatpage titles, and made a common uneditable list of links.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<head>
|
||||
{{ head|safe }}
|
||||
</head>
|
||||
<body{% if bodyid %} id="{{ bodyid }}"{% endif %}>
|
||||
<body{% if homepage %} id="homepage"{% endif %}>
|
||||
{{ body|safe }}
|
||||
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
|
||||
<a href="/troggle">Troggle</a>
|
||||
|
||||
{% include "menu.html" %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user