diff -r 67de265ca06a -r 3a4c8fccb9f3 templates/user/view_notification.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/user/view_notification.html Thu Feb 25 20:13:59 2010 +0530 @@ -0,0 +1,10 @@ +{% extends 'base.html' %} +{% block content %} + Subject: {{notification.sub}}
+ Sent time: {{notification.sent_date}}
+ {% autoescape off %} + {{notification.message}} + {% endautoescape %} +
+
+{% endblock %}