author | nishanth |
Thu, 25 Feb 2010 19:39:02 +0530 | |
changeset 101 | e2903a92b5e8 |
child 106 | 3c3ea2a3f92a |
permissions | -rw-r--r-- |
101 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
3 |
{% for notification in notifications %} |
|
4 |
<a href="/user/notifications/nid={{notification.pos}}"> |
|
5 |
{% if not notification.is_read %} <b> {% endif %} |
|
6 |
{{notification.sub}} |
|
7 |
{% if not notification.is_read %} </b> {% endif %}</a><br /> |
|
8 |
{% endfor %} |
|
9 |
{% endblock %} |