changeset 11 | afc41af983e5 |
child 71 | 1279f0094687 |
--- /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"}} +<br /> + {{workshop_report|unordered_list}} +{% endblock %}