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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     2
{% block content %}
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     3
Report of the workshop <a href="/reg/event/view/{{event.key}}">{{event.title}}</a>
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     4
<br />
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     5
	{{workshop_report|unordered_list}}
0f926874a695 added the files I forgot to add in previous commit
nishanth
parents:
diff changeset
     6
{% endblock %}