diff -r 7535305b1104 -r afc41af983e5 templates/show_report.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/show_report.html Tue Apr 20 09:55:46 2010 +0530 @@ -0,0 +1,6 @@ +{% extends "base.html" %} +{% block content %} +Report of the workshop {{event.title}} conducted from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}} +
+ {{workshop_report|unordered_list}} +{% endblock %}