diff --git a/pinaxcon/templates/content_page.html b/pinaxcon/templates/content_page.html deleted file mode 100644 index 7fb76a8ef0b95f35871c6920780ac132fed20fbb..0000000000000000000000000000000000000000 --- 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 c78048f12a88bb199cbeb3ac3f382f3cdb561e24..0000000000000000000000000000000000000000 --- 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 %}