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 .

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