diff --git a/pinaxcon/templates/pages/about.html b/pinaxcon/templates/pages/about.html deleted file mode 100644 index 48fe0c8..0000000 --- a/pinaxcon/templates/pages/about.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "page_with_title_and_lede.html" %} - -{% block title %}About {{ SITE_NAME }}{% endblock %} -{% block heading %}About {{ SITE_NAME }}{% endblock %} -{% block lede %}{{ SITE_NAME }} is the premier demo conference site for Symposion and Registrasion{% endblock %} - -{% block content %} -

I am the body content

-{% endblock %} diff --git a/pinaxcon/templates/pages/sponsors/info.html b/pinaxcon/templates/pages/sponsors/info.html deleted file mode 100644 index a213eb1..0000000 --- a/pinaxcon/templates/pages/sponsors/info.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "page_with_title_and_lede.html" %} - -{% block title %}Sponsorship Prospectus{% endblock %} -{% block heading %}Sponsorship Prospectus{% endblock %} -{% block lede %}{{ SITE_NAME }} wants sponsors.{% endblock %} - -{% block content %} -

I am the body content

-{% endblock %} diff --git a/pinaxcon/templates/pages/venue.html b/pinaxcon/templates/pages/venue.html deleted file mode 100644 index ee3ea28..0000000 --- a/pinaxcon/templates/pages/venue.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "page_with_title_and_lede.html" %} - -{% block title %}Venue{% endblock %} -{% block heading %}Venue{% endblock %} -{% block lede %}{{ SITE_NAME }} is being held on a Django Hosting facility, somewhere.{% endblock %} - -{% block content %} -

I am the body content

-{% endblock %}