summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/edit_post.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/edit_post.html')
-rw-r--r--apioforum/templates/edit_post.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/apioforum/templates/edit_post.html b/apioforum/templates/edit_post.html
index 00673b8..d8eac58 100644
--- a/apioforum/templates/edit_post.html
+++ b/apioforum/templates/edit_post.html
@@ -6,8 +6,7 @@
{% block content %}
<form method="post">
-<textarea name="newcontent">
- the
-</textarea>
+<textarea name="newcontent">{{post.content}}</textarea>
<input type="submit" value="go">
</form>
+{% endblock %}