# HG changeset patch # User Nishanth Amuluru # Date 1294385458 -19800 # Node ID cbb336da00bda8569d3229e96386462e68c29b29 # Parent 72db9563fae1910e7224dd2a696f3907a17b849f fixed a typo diff -r 72db9563fae1 -r cbb336da00bd templates/profile/view_notification.html --- a/templates/profile/view_notification.html Fri Jan 07 12:58:39 2011 +0530 +++ b/templates/profile/view_notification.html Fri Jan 07 13:00:58 2011 +0530 @@ -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}}