templates/list_feedbacks.html
author nishanth
Tue, 29 Jun 2010 16:12:29 +0530
changeset 103 ee9261c5ba18
parent 75 bda9ee536063
permissions -rw-r--r--
the list_attendees page looks better now

{% extends "base.html" %}
{% block content %}
List of feedbacks submitted for the workshop <a href="/workshop/registration/event/view/{{event.key}}">{{event.title}}</a>
<br />
{{feeds_list|unordered_list}}
{% endblock %}