changeset 42 | 0f926874a695 |
child 44 | 7d748db0c7c3 |
--- /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 <a href="/reg/event/view/{{event.key}}">{{event.title}}</a> +<br /> + {{workshop_report|unordered_list}} +{% endblock %}