author | nishanth |
Thu, 15 Apr 2010 22:59:45 +0530 | |
changeset 59 | 01638380207c |
parent 44 | 7d748db0c7c3 |
child 75 | bda9ee536063 |
permissions | -rw-r--r-- |
42 | 1 |
{% extends "base.html" %} |
2 |
{% block content %} |
|
44
7d748db0c7c3
now show report page does not show report if there are no feedbacks .
nishanth
parents:
42
diff
changeset
|
3 |
Report of the workshop <a href="/reg/event/view/{{event.key}}">{{event.title}}</a> conducted at {{event.venue}} |
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 %} |