templates/show_report.html
author nishanth
Thu, 15 Apr 2010 14:15:44 +0530
changeset 42 0f926874a695
child 44 7d748db0c7c3
permissions -rw-r--r--
added the files I forgot to add in previous commit

{% 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 %}