templates/login.html
author nishanth
Mon, 12 Apr 2010 15:14:03 +0530
changeset 16 bef53aaf9085
parent 14 cd6911eaac2c
child 18 7dae32a2439b
permissions -rw-r--r--
phew finally IRC came to rescue. fixed a bug that took most of my time.

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