diff --git a/pinaxcon/templates/site_base_onecolumn.html b/pinaxcon/templates/site_base_onecolumn.html new file mode 100644 index 0000000000000000000000000000000000000000..6ddbf47428d70f116c711e0ccf2579bae8be82d1 --- /dev/null +++ b/pinaxcon/templates/site_base_onecolumn.html @@ -0,0 +1,12 @@ +{% extends "site_base.html" %} + + +{% block body_base %} +
+
+ {% include "_messages.html" %} + {% block body %} + {% endblock %} +
+
+{% endblock %}