diff options
-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 /> |