templates/login.html
author nishanth
Fri, 27 Aug 2010 14:09:04 +0530
branchanoop
changeset 233 c5df028e4438
parent 69 5ae81766e3e5
permissions -rw-r--r--
created another table to hold incentive info

{% 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 %}