author | nishanth |
Mon, 12 Apr 2010 12:32:46 +0530 | |
changeset 13 | 05248e27104a |
parent 11 | 334550460bd7 |
permissions | -rw-r--r-- |
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 %} |
11
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
3 |
{% if submitted %} |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
4 |
Your feedback has been successfully submitted. |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
5 |
{% else %} |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
6 |
<form action="" method="post"> |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
7 |
{{ form.as_p }} |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
8 |
<input type="submit" value="submit"> |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
9 |
</form> |
334550460bd7
added the view event functionality and submitting feedback according to the status .
nishanth
parents:
6
diff
changeset
|
10 |
{% endif %} |
6
057498d12450
users can now register but still there is no concept of activation e-mail .
nishanth
parents:
5
diff
changeset
|
11 |
{% endblock %} |