From 4f1e6c484e28ab218afe24467740d204c3df859d Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Thu, 30 May 2013 15:08:40 -0400 Subject: [PATCH] Put the advanced settings notifications back in --- cms/templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cms/templates/base.html b/cms/templates/base.html index e0e3e94d26..07587860e5 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -61,6 +61,8 @@
<%include file="widgets/header.html" /> + ## remove this block after advanced settings notification is rewritten + <%block name="view_alerts">
<%block name="content"> @@ -72,9 +74,13 @@ <%include file="widgets/footer.html" /> <%include file="widgets/tender.html" /> + ## remove this block after advanced settings notification is rewritten + <%block name="view_notifications">
+ ## remove this block after advanced settings notification is rewritten + <%block name="view_prompts">
<%block name="jsextra">