author | nishanth |
Fri, 16 Apr 2010 17:09:13 +0530 | |
changeset 82 | b144e1da529d |
parent 75 | bda9ee536063 |
permissions | -rw-r--r-- |
42 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
75
bda9ee536063
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents:
44
diff
changeset
|
3 |
Report of the workshop <a href="/workshop/registration/event/view/{{event.key}}">{{event.title}}</a> conducted at {{event.venue}} |
44
7d748db0c7c3
now show report page does not show report if there are no feedbacks .
nishanth
parents:
42
diff
changeset
|
4 |
from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}} |
42 | 5 |
<br /> |
6 |
{{workshop_report|unordered_list}} |
|
7 |
{% endblock %} |