remove empty marketing template

This commit is contained in:
Victor Shnayder
2012-07-16 12:24:49 -04:00
parent d10f49d74b
commit 5609ca6e2b
4 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<%inherit file="marketing.html" />
<%inherit file="base.html" />
<%block name="content">

View File

@@ -1,5 +1,4 @@
<%inherit file="marketing.html" />
<%inherit file="base.html" />
<%block name="content">

View File

@@ -1,4 +1,4 @@
<%inherit file="marketing.html" />
<%inherit file="base.html" />
<%block name="content">
<section class="tos">

View File

@@ -1 +0,0 @@
<%inherit file="base.html" />