author | nishanth |
Fri, 26 Feb 2010 17:49:26 +0530 | |
changeset 122 | daee11bdfbaa |
parent 103 | 3a4c8fccb9f3 |
child 129 | e747da8bc110 |
permissions | -rw-r--r-- |
103 | 1 |
{% extends 'base.html' %} |
2 |
{% block content %} |
|
3 |
Subject: {{notification.sub}}<br /> |
|
4 |
Sent time: {{notification.sent_date}}<br /> |
|
5 |
{% autoescape off %} |
|
6 |
{{notification.message}} |
|
7 |
{% endautoescape %} |
|
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 %} |