diff -r ca88bf4ad362 -r 34187a80d279 templates/user/view_notification.html --- a/templates/user/view_notification.html Sat Feb 27 19:21:15 2010 +0530 +++ b/templates/user/view_notification.html Sun Feb 28 01:15:15 2010 +0530 @@ -1,10 +1,24 @@ {% extends 'base.html' %} {% block content %} + {% if newest %} + <<newest + {% endif %} + {% if newer %} + <newer + {% endif %} + {% if older %} + older> + {% endif %} + {% if oldest %} + oldest>> + {% endif %} +
+ +
+
+
sent at {{notification.sent_date}}
Sub: {{notification.sub}}
-
{{notification.message|safe}} -
-
{% endblock %}