diff -r 265dbd81c451 -r b37e541bf950 pytask/templates/profile/view_notification.html
--- a/pytask/templates/profile/view_notification.html Sat Jan 15 21:21:19 2011 +0530
+++ b/pytask/templates/profile/view_notification.html Sat Jan 15 21:21:49 2011 +0530
@@ -1,25 +1,25 @@
{% extends 'base.html' %}
{% block content %}
{% if newest %}
-<<newest
+<<newest
{% endif %}
{% if newer %}
-<newer
+<newer
{% endif %}
{% if older %}
-older>
+older>
{% endif %}
{% if oldest %}
-oldest>>
+oldest>>
{% endif %}
-sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
+Sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
Sub: {{notification.subject}}
{{notification.message|safe}}
-Delete
-Keep Unread
+Delete
+Keep Unread
{% endblock %}