summaryrefslogtreecommitdiffstats
path: root/root/templates/edit.tt
blob: 273145eaa64ec986a204681bfca9069a8a3c8d7c (plain) (blame)
1
2
3
4
5
6
7
8
[% WRAPPER 'wrappers/root.tt' %]
<p><a href="[% uri_for('action', 'view', '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 %]