templates/list_feedbacks.html
author nishanth
Thu, 15 Apr 2010 13:59:46 +0530
changeset 41 ab0a8a72b069
parent 39 61d558a69b0d
child 75 bda9ee536063
permissions -rw-r--r--
added view report functionality. have to make it look better.

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