templates/list_feedbacks.html
author nishanth
Fri, 16 Apr 2010 11:14:31 +0530
changeset 62 b7e47cc39342
parent 41 ab0a8a72b069
child 75 bda9ee536063
permissions -rw-r--r--
renamed the project to ws_app and modified imports accordingly .

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