summaryrefslogtreecommitdiffstats
path: root/root/templates/edit.tt
blob: 4b5c811e5bcc85d76a7f8758ce48f2ff3220c020 (plain) (blame)
1
2
3
4
5
6
7
8
[% WRAPPER 'wrappers/root.tt' %]
<p><a href="[% uri_for('action', 'page', 'page_name', page) %]">View</a></p>
<form method="POST" action="[% uri_for('action', 'edit', 'page_name', page) %]">
<textarea name="text" rows="10" cols="30">[% text %]</textarea>
<input type="submit" value="Submit" />
</form>
</p>
[% END %]