author | nishanth |
Mon, 12 Apr 2010 11:23:27 +0530 | |
changeset 11 | 334550460bd7 |
parent 6 | 057498d12450 |
child 12 | f57b0a7f24d9 |
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 %} |
5 | 3 |
{% for feed in feeds %} |
4 |
{{ feed }}<br /> |
|
5 |
{% endfor %} |
|
6 |
<a href="/feedback/submit">submit another one here</a> |
|
6
057498d12450
users can now register but still there is no concept of activation e-mail .
nishanth
parents:
5
diff
changeset
|
7 |
{% endblock %} |