templates/show_report.html
author nishanth
Thu, 15 Apr 2010 14:50:47 +0530
changeset 44 7d748db0c7c3
parent 42 0f926874a695
child 75 bda9ee536063
permissions -rw-r--r--
now show report page does not show report if there are no feedbacks .
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     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
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     5
<br />
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     6
	{{workshop_report|unordered_list}}
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     7
{% endblock %}