templates/list_feedbacks.html
author nishanth
Sat, 17 Apr 2010 13:15:05 +0530
changeset 94 5de0009c0d71
parent 75 bda9ee536063
permissions -rw-r--r--
added 500 template and added clean on comments and added comments in view report.

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