summaryrefslogtreecommitdiffstats
path: root/templates/editflatpage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/editflatpage.html')
-rw-r--r--templates/editflatpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editflatpage.html b/templates/editflatpage.html
index 85a5bcc..67290a7 100644
--- a/templates/editflatpage.html
+++ b/templates/editflatpage.html
@@ -6,7 +6,7 @@
{% endblock %}
{% block content %}
<form action="" method="post">{% csrf_token %}
-{{form}}
+{{form.as_p}}
<p><input type="submit" value="Submit" /></p>
</form>
{% endblock %}