From 5609ca6e2b6e7fb8bc622821f3d74bf456fb364d Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Mon, 16 Jul 2012 12:24:49 -0400 Subject: [PATCH] remove empty marketing template --- cms/templates/activation_active.html | 2 +- cms/templates/activation_complete.html | 3 +-- cms/templates/activation_invalid.html | 2 +- cms/templates/marketing.html | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 cms/templates/marketing.html 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