diff --git a/cms/templates/base.html b/cms/templates/base.html
index e0e3e94d26e9..07587860e5dc 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>
<%block name="content">%block>
@@ -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">%block>
+ ## remove this block after advanced settings notification is rewritten
+ <%block name="view_prompts">%block>
<%block name="jsextra">%block>