templates/login.html
author nishanth
Tue, 29 Jun 2010 16:12:29 +0530
changeset 103 ee9261c5ba18
parent 75 bda9ee536063
permissions -rw-r--r--
the list_attendees page looks better now

{% extends "base.html" %}
{% block content %}
<form action="" method="post">
{{ form.as_p }}
<input type="submit" value="Login">
</form>
<a href="/workshop/registration/password_reset/">Forgot Password</a>
{% endblock %}