From b361d6df77ab59bb0f227aec00c19b080f31bc50 Mon Sep 17 00:00:00 2001 From: Parker Berberian Date: Tue, 20 Nov 2018 11:19:55 -0500 Subject: Fixed Misc Bugs Some corner cases that cause issues recently came to our attention. Fixes issues in the booking workflow and the Notification system. Change-Id: Ie16118ba1bdbeff86bb41a16dc783337b921d527 Signed-off-by: Parker Berberian --- src/templates/notifier/notification.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/templates/notifier/notification.html') diff --git a/src/templates/notifier/notification.html b/src/templates/notifier/notification.html index 1258fe0..65d26c9 100644 --- a/src/templates/notifier/notification.html +++ b/src/templates/notifier/notification.html @@ -1,4 +1,8 @@ -{% load staticfiles %} +{% extends "layout.html" %} +{% block extrahead %} + +{% endblock %} +{% block basecontent %}

{{notification.title}}

@@ -6,7 +10,6 @@ {{notification.content|safe}} -

Message from {{notification.sender}}

+{% endblock %} -- cgit 1.2.3-korg