summaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/edit_post.html
blob: 00673b83f494ddf88a3bdda462b5f22fc5deeebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% from 'common.html' import disp_post %}
{% extends 'base.html' %}
{% block header %}
<h1>{%block title%}editing post{%endblock%}</h1>
{% endblock %}

{% block content %}
<form method="post">
<textarea name="newcontent">
    the
</textarea>
<input type="submit" value="go">
</form>