templates/login.html
author nishanth
Fri, 16 Apr 2010 16:29:00 +0530
changeset 74 c47a6c63eaa7
parent 18 7dae32a2439b
child 75 bda9ee536063
permissions -rw-r--r--
changed the urls to map to /workshop/registration instead of /reg .

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