diff -r 757d1da69255 -r 7d748db0c7c3 templates/show_report.html
--- a/templates/show_report.html Thu Apr 15 14:38:48 2010 +0530
+++ b/templates/show_report.html Thu Apr 15 14:50:47 2010 +0530
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
-Report of the workshop {{event.title}}
+Report of the workshop {{event.title}} conducted at {{event.venue}}
+from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
{{workshop_report|unordered_list}}
{% endblock %}