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 %}