diff options
author | Nishanth Amuluru | 2011-01-07 13:00:58 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 13:00:58 +0530 |
commit | a79de71d6f2d49ba0de854715372a78a8364408a (patch) | |
tree | 1a1c1d7c42e4fafa6c06082a69a5cf77c02182f7 | |
parent | 8f97d1f4e4c1adbd69678a63e40b0b55a6037c73 (diff) | |
download | pytask-a79de71d6f2d49ba0de854715372a78a8364408a.tar.gz pytask-a79de71d6f2d49ba0de854715372a78a8364408a.tar.bz2 pytask-a79de71d6f2d49ba0de854715372a78a8364408a.zip |
fixed a typo
-rw-r--r-- | templates/profile/view_notification.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <br /> sent on {{notification.sent_date|date:"D d M Y"}} at {{notification.sent_date|time:"H:i"}}<br /> -Sub: {{notification.sub}}<br /> +Sub: {{notification.subject}}<br /> <br /> {{notification.message|safe}} <br /> |