register.html
author nishanth
Mon, 12 Apr 2010 12:32:46 +0530
changeset 13 05248e27104a
parent 7 af9ab5ad2786
permissions -rw-r--r--
added closing registration and registering for a workshop .
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     2
{% block content %}
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     3
<form action="" method="post">
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     4
{{ form.as_p }}
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     5
<input type="submit" value="submit">
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     6
</form>
af9ab5ad2786 fixed a bug in registration .
nishanth
parents:
diff changeset
     7
{% endblock %}