diff --git a/pinaxcon/templates/site_base_wagtail.html b/pinaxcon/templates/site_base_wagtail.html deleted file mode 100644 index 421bc6813a4b3e4cea86187679c253671ea0edcd..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/site_base_wagtail.html +++ /dev/null @@ -1,34 +0,0 @@ - -{% extends "site_base.html" %} -{% load staticfiles %} -{% block extra_style %}{% endblock %} - -{% comment %} -{% block body_base %} - {% include "_messages.html" %} - - - {% block body %} - - {% block content %} - {% endblock %} - - {% endblock %} - -{% endblock %} -{% endcomment %} - -{% block scripts %} - - - - - - - - - {% block scripts_extra %} - {% endblock %} - - -{% endblock %}