templates/login.html
author nishanth
Wed, 14 Jul 2010 11:51:05 +0530
branchanoop
changeset 80 c200156c80a9
parent 69 5ae81766e3e5
permissions -rw-r--r--
fixed a bug that arises when a query does not have any parameters to filter

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