templates/list_feedbacks.html
author nishanth
Fri, 23 Apr 2010 16:44:30 +0530
changeset 101 fd9a1d16c5bb
parent 75 bda9ee536063
permissions -rw-r--r--
changed the title

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