templates/list_feedbacks.html
author nishanth
Tue, 13 Apr 2010 14:29:00 +0530
changeset 25 17966ca75ca9
parent 14 cd6911eaac2c
child 38 b63b78017225
permissions -rw-r--r--
now user cannot login when he is inactive .

{% extends "base.html" %}
{% block content %}
{% for feed in feeds %}
    {{ feed }}<br />
{% endfor %}
{% endblock %}