templates/list_feedbacks.html
author nishanth
Fri, 16 Apr 2010 14:57:55 +0530
changeset 69 b977321ccf6c
parent 41 ab0a8a72b069
child 75 bda9ee536063
permissions -rw-r--r--
changed the alignment in list events and font size in base.

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