templates/list_feedbacks.html
author nishanth
Fri, 16 Apr 2010 16:37:28 +0530
changeset 75 bda9ee536063
parent 41 ab0a8a72b069
permissions -rw-r--r--
changed the urls to /workshop/registration/.. from /reg/.. in all the templates
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 %}
75
bda9ee536063 changed the urls to /workshop/registration/.. from /reg/.. in all the templates
nishanth
parents: 41
diff changeset
     3
List of feedbacks submitted for the workshop <a href="/workshop/registration/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 %}