diff -r c47a6c63eaa7 -r bda9ee536063 templates/list_feedbacks.html --- a/templates/list_feedbacks.html Fri Apr 16 16:29:00 2010 +0530 +++ b/templates/list_feedbacks.html Fri Apr 16 16:37:28 2010 +0530 @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -List of feedbacks submitted for the workshop {{event.title}} +List of feedbacks submitted for the workshop {{event.title}}
{{feeds_list|unordered_list}} {% endblock %}