author | nishanth |
Fri, 16 Apr 2010 17:04:41 +0530 | |
changeset 80 | cb36fc4f29df |
parent 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 %} |
75
bda9ee536063
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents:
41
diff
changeset
|
3 |
List of feedbacks submitted for the workshop <a href="/workshop/registration/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 %} |