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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     1
{% extends "base.html" %}
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     2
{% block content %}
39
61d558a69b0d implemented listing of feedbacks.
nishanth
parents: 38
diff changeset
     3
List of feedbacks submitted for the workshop <a href="/reg/event/view/{{event.key}}">{{event.title}}</a>
38
b63b78017225 added date tags in view event template and open_feedback template is now a lil better .
nishanth
parents: 14
diff changeset
     4
<br />
41
ab0a8a72b069 added view report functionality. have to make it look better.
nishanth
parents: 39
diff changeset
     5
{{feeds_list|unordered_list}}
14
cd6911eaac2c moved templates into templates directory and added user in context .
nishanth
parents:
diff changeset
     6
{% endblock %}