From a2271d4e48992682d14b8c436a22d18fae6a2b09 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Tue, 24 Jul 2012 13:52:13 -0400 Subject: [PATCH] The message div will only show up when there is a message to display. --- lms/templates/dashboard.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index f1e19b6e5f..160b453853 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -34,9 +34,11 @@
-
- ${message} -
+ %if message: +
+ ${message} +
+ %endif