Add create/edit powers to frontend. Support external image URLs.

This commit is contained in:
Tom Preston-Werner
2010-07-07 16:02:26 -07:00
parent 0485c67b3d
commit 6c7fcf89c3
10 changed files with 117 additions and 3 deletions
@@ -0,0 +1,13 @@
<h1>Create a new page</h1>
<form method="post" action="/create/{{name}}">
<div>
<input type="text" name="page" value="{{name}}" />
</div>
<div>
<textarea name="content"></textarea>
</div>
<div>
<input type="submit" />
</div>
</form>