templates/show_report.html
author nishanth
Fri, 16 Apr 2010 16:37:28 +0530
changeset 75 bda9ee536063
parent 44 7d748db0c7c3
permissions -rw-r--r--
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
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 %}
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
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 %}