diff -r c47a6c63eaa7 -r bda9ee536063 templates/show_report.html --- a/templates/show_report.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/show_report.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -Report of the workshop {{event.title}} conducted at {{event.venue}} +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}}