From d7c60231f0599fde1a4eff163dc4d52cf54c7204 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Sat, 9 Feb 2013 15:13:55 -0500 Subject: [PATCH] Fix template icon --- lms/templates/open_ended_problems/combined_notifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/open_ended_problems/combined_notifications.html b/lms/templates/open_ended_problems/combined_notifications.html index 9de6ef3273..deb66b6064 100644 --- a/lms/templates/open_ended_problems/combined_notifications.html +++ b/lms/templates/open_ended_problems/combined_notifications.html @@ -33,7 +33,7 @@
${notification['name']}
%if notification['alert']: -

${notification['alert_message']}

+

${notification['alert_message']}

%endif

${notification['description']}