templates/show_report.html
author nishanth
Fri, 16 Apr 2010 16:37:28 +0530
changeset 75 bda9ee536063
parent 44 7d748db0c7c3
permissions -rw-r--r--
changed the urls to /workshop/registration/.. from /reg/.. in all the templates

{% extends "base.html" %}
{% block content %}
Report of the workshop <a href="/workshop/registration/event/view/{{event.key}}">{{event.title}}</a> conducted at {{event.venue}}
from {{event.start_date|date:"d M Y"}} to {{event.stop_date|date:"d M Y"}}
<br />
	{{workshop_report|unordered_list}}
{% endblock %}