author | nishanth |
Fri, 26 Feb 2010 00:17:54 +0530 | |
changeset 105 | 091b044a3bf4 |
parent 101 | e2903a92b5e8 |
child 106 | 3c3ea2a3f92a |
permissions | -rw-r--r-- |
{% extends 'base.html' %} {% block content %} {% for notification in notifications %} <a href="/user/notifications/nid={{notification.pos}}"> {% if not notification.is_read %} <b> {% endif %} {{notification.sub}} {% if not notification.is_read %} </b> {% endif %}</a><br /> {% endfor %} {% endblock %}