feedback.html
author nishanth
Mon, 12 Apr 2010 02:57:25 +0530
changeset 9 e29ecb7819e7
parent 6 057498d12450
child 11 334550460bd7
permissions -rw-r--r--
password change and password reset have been done.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
057498d12450 users can now register but still there is no concept of activation e-mail .
nishanth
parents: 5
diff changeset
     1
{% extends "base.html" %}
057498d12450 users can now register but still there is no concept of activation e-mail .
nishanth
parents: 5
diff changeset
     2
{% block content %}
5
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     3
<form action="" method="post">
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     4
{{ form.as_p }}
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     5
<input type="submit" value="submit">
37e4027fba48 submit and list feedback done
nishanth
parents:
diff changeset
     6
</form>
6
057498d12450 users can now register but still there is no concept of activation e-mail .
nishanth
parents: 5
diff changeset
     7
{% endblock %}