niche/templates/login.html
Michael Hope 414b18b17f Made password boxes the same width as text.
Added a 'contact us on lost password' email link.
2013-10-10 22:15:44 +02:00

16 lines
344 B
HTML

$def with (form)
<div id="commentform">
<form name="main" method="post">
$:form.render_css()
<input type="submit"/>
</form>
</div>
$ contact = config.get('site', 'contact')
$if contact:
Forgotten your password?
<a href="mailto:$contact?subject=$config.get('site', 'name')%20password%20reset">
Send us an email.
</a>
<p/>