author | nishanth |
Thu, 15 Apr 2010 18:23:21 +0530 | |
changeset 53 | 0a4b2c49f718 |
parent 41 | ab0a8a72b069 |
child 75 | bda9ee536063 |
permissions | -rw-r--r-- |
14
cd6911eaac2c
moved templates into templates directory and added user in context .
nishanth
parents:
diff
changeset
|
1 |
{% extends "base.html" %} |
cd6911eaac2c
moved templates into templates directory and added user in context .
nishanth
parents:
diff
changeset
|
2 |
{% block content %} |
39 | 3 |
List of feedbacks submitted for the workshop <a href="/reg/event/view/{{event.key}}">{{event.title}}</a> |
38
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
4 |
<br /> |
41
ab0a8a72b069
added view report functionality. have to make it look better.
nishanth
parents:
39
diff
changeset
|
5 |
{{feeds_list|unordered_list}} |
14
cd6911eaac2c
moved templates into templates directory and added user in context .
nishanth
parents:
diff
changeset
|
6 |
{% endblock %} |