author | nishanth |
Thu, 15 Apr 2010 11:57:42 +0530 | |
changeset 38 | b63b78017225 |
parent 14 | cd6911eaac2c |
child 39 | 61d558a69b0d |
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 %} |
38
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
3 |
Report of the workshop <a href="/reg/event/view/{{event.key}}">{{event.title}}</a> |
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
4 |
conducted at {{event.venue}} from {{event.start_date|date:"d M Y"}} to |
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
5 |
{{event.stop_date|date:"d M Y"}}<br /> |
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
6 |
<br /> |
b63b78017225
added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents:
14
diff
changeset
|
7 |
{{workshop_report|unordered_list}} |
14
cd6911eaac2c
moved templates into templates directory and added user in context .
nishanth
parents:
diff
changeset
|
8 |
{% endblock %} |