author | nishanth |
Thu, 15 Apr 2010 12:36:21 +0530 | |
changeset 39 | 61d558a69b0d |
parent 38 | b63b78017225 |
child 41 | ab0a8a72b069 |
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 /> |
39 | 5 |
{% for day_list in feeds_list %} |
6 |
{{day_list|unordered_list}} |
|
7 |
{% endfor %} |
|
14
cd6911eaac2c
moved templates into templates directory and added user in context .
nishanth
parents:
diff
changeset
|
8 |
{% endblock %} |