diff --git a/pinaxcon/templates/content_page.html b/pinaxcon/templates/content_page.html deleted file mode 100644 index 7fb76a8e..00000000 --- a/pinaxcon/templates/content_page.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "site_base.html" %} -{% load staticfiles %} - -{% load lca2018_tags %} - - -{% load i18n %} - -{% block body_class %}template-content-page{% endblock %} - -{% block head_title %}{% endblock %} - -{% block body %} - {% block content_base %} -
-
- {% block content %} - {% endblock %} -
-
- {% endblock %} -{% endblock %} diff --git a/pinaxcon/templates/utility_page.html b/pinaxcon/templates/utility_page.html deleted file mode 100644 index c78048f1..00000000 --- a/pinaxcon/templates/utility_page.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "site_base.html" %} -{% load staticfiles %} - -{% block head_title %}{% block page_title %}{% endblock %}{% endblock %} - -{% block content_base %} - {% block utility_body_outer %} -
-
- {% block content %} -
- {% block utility_body %} - {% endblock %} -
- {% endblock content %} -
-
- {% endblock %} -{% endblock %}