author | nishanth |
Sat, 27 Feb 2010 19:21:15 +0530 | |
changeset 132 | ca88bf4ad362 |
parent 129 | e747da8bc110 |
child 133 | 34187a80d279 |
permissions | -rw-r--r-- |
103 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
129
e747da8bc110
notifications work for approving and rejecting credits.
nishanth
parents:
103
diff
changeset
|
3 |
sent at {{notification.sent_date}}<br /> |
e747da8bc110
notifications work for approving and rejecting credits.
nishanth
parents:
103
diff
changeset
|
4 |
Sub: {{notification.sub}}<br /> |
e747da8bc110
notifications work for approving and rejecting credits.
nishanth
parents:
103
diff
changeset
|
5 |
|
e747da8bc110
notifications work for approving and rejecting credits.
nishanth
parents:
103
diff
changeset
|
6 |
<br /> |
e747da8bc110
notifications work for approving and rejecting credits.
nishanth
parents:
103
diff
changeset
|
7 |
{{notification.message|safe}} |
103 | 8 |
<form action="delete/" method="post"> <input type="submit" value="Delete"> </form> |
9 |
<form action="unread/" method="post"> <input type="submit" value="Keep Unread"> </form> |
|
10 |
{% endblock %} |