feedback.html
author nishanth
Fri, 09 Apr 2010 15:35:40 +0530
changeset 6 057498d12450
parent 5 37e4027fba48
child 11 334550460bd7
permissions -rw-r--r--
users can now register but still there is no concept of activation e-mail .

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