diff -r ab0a8a72b069 -r 0f926874a695 templates/show_report.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/show_report.html Thu Apr 15 14:15:44 2010 +0530
@@ -0,0 +1,6 @@
+{% extends "base.html" %}
+{% block content %}
+Report of the workshop {{event.title}}
+
+ {{workshop_report|unordered_list}}
+{% endblock %}