templates/login.html
author Madhusudan.C.S <madhusudancs@fossee.in>
Mon, 02 Aug 2010 18:02:52 +0530
branchanoop
changeset 204 a190811581a8
parent 69 5ae81766e3e5
permissions -rw-r--r--
Added a script to generate CSV of full name and gender of participants who have confirmed participation.

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