1 {% extends
"base.html" %}
4 <div style=
"float:right;font-size:x-small">
5 <a href=
"http://daringfireball.net/projects/markdown/syntax/">Wiki Syntax
</a>
7 <h2 class=
"title">Editing: {{ page.title }}
</h2>
8 <form action=
"." method=
"post">
9 <input name=
"title" value=
"{{ page.title }}" />
11 <textarea name=
"content" cols=
"100" rows=
"32">{{ page.content }}
</textarea>
13 <input type=
"submit" value=
"Save" />
16 <form action="/wiki/delete/" method="post">
17 <input type="hidden" name="title" value="{{ page.title }}" />
18 <input type="submit" value="Delete" />