From 6b2d9faeb5827ddfb1d6ab9ec1ff341d24a18b1a Mon Sep 17 00:00:00 2001 From: nishanth Date: Sat, 27 Feb 2010 14:22:26 +0530 Subject: notifications work for approving and rejecting credits. --- templates/user/view_notification.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/user/view_notification.html b/templates/user/view_notification.html index f31eed9..278a362 100644 --- a/templates/user/view_notification.html +++ b/templates/user/view_notification.html @@ -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 %} -- cgit