diff --git a/cms/templates/activation_active.html b/cms/templates/activation_active.html
index 476b0cc230..07d3a37969 100644
--- a/cms/templates/activation_active.html
+++ b/cms/templates/activation_active.html
@@ -1,4 +1,4 @@
-<%inherit file="marketing.html" />
+<%inherit file="base.html" />
<%block name="content">
diff --git a/cms/templates/activation_complete.html b/cms/templates/activation_complete.html
index bf5eb6a98d..5d9437ccb3 100644
--- a/cms/templates/activation_complete.html
+++ b/cms/templates/activation_complete.html
@@ -1,5 +1,4 @@
-<%inherit file="marketing.html" />
-
+<%inherit file="base.html" />
<%block name="content">
diff --git a/cms/templates/activation_invalid.html b/cms/templates/activation_invalid.html
index f8b9e585de..c4eb16875b 100644
--- a/cms/templates/activation_invalid.html
+++ b/cms/templates/activation_invalid.html
@@ -1,4 +1,4 @@
-<%inherit file="marketing.html" />
+<%inherit file="base.html" />
<%block name="content">
diff --git a/cms/templates/marketing.html b/cms/templates/marketing.html
deleted file mode 100644
index 8731b41e15..0000000000
--- a/cms/templates/marketing.html
+++ /dev/null
@@ -1 +0,0 @@
-<%inherit file="base.html" />
\ No newline at end of file