From a79de71d6f2d49ba0de854715372a78a8364408a Mon Sep 17 00:00:00 2001
From: Nishanth Amuluru
Date: Fri, 7 Jan 2011 13:00:58 +0530
Subject: fixed a typo
---
templates/profile/view_notification.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/profile/view_notification.html b/templates/profile/view_notification.html
index 8b50a3e..11fc4eb 100644
--- a/templates/profile/view_notification.html
+++ b/templates/profile/view_notification.html
@@ -16,7 +16,7 @@
sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}
-Sub: {{notification.sub}}
+Sub: {{notification.subject}}
{{notification.message|safe}}
--
cgit