diff -r f34e3a3e1439 -r e747da8bc110 templates/user/view_notification.html --- a/templates/user/view_notification.html Sat Feb 27 10:48:43 2010 +0530 +++ b/templates/user/view_notification.html Sat Feb 27 14:22:26 2010 +0530 @@ -1,10 +1,10 @@ {% extends 'base.html' %} {% block content %} - Subject: {{notification.sub}}
- Sent time: {{notification.sent_date}}
- {% autoescape off %} - {{notification.message}} - {% endautoescape %} + sent at {{notification.sent_date}}
+ Sub: {{notification.sub}}
+ +
+ {{notification.message|safe}}
{% endblock %}