forked from expo/troggle
Added editing of flat pages. Added slugfields to models to refer to them.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
{{ head|safe }}
|
||||
</head>
|
||||
<body>
|
||||
{{ body|safe }}
|
||||
{% if editable %}<a href="{% url editflatpage path %}">Edit</a>{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user