niche/templates/login.html
Michael Hope 3ada56bb22 Add sessions.
Add messages.
Add link posting.
Add login.
2012-05-06 19:16:28 +12:00

7 lines
103 B
HTML

$def with (form)
<form name="main" method="post">
$:form.render()
<input type="submit"/>
</form>