diff --git a/pinaxcon/templates/wiki/base.html b/pinaxcon/templates/wiki/base.html deleted file mode 100644 index eac842ac59a72dc69a46d6474946921b5003ed8d..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/wiki/base.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "wiki/base_site.html" %} -{% load staticfiles %} -{% load compress %} -{% load sitetree %} -{% load sekizai_tags %} - -{% block wiki_body %} - {% addtoblock "css" %} - {% compress css %} - - - - {% endcompress %} - {% endaddtoblock %} - - {{ block.super }} -{% endblock %} - -{% block wiki_site_title %} - North Bay Python Wiki{% endblock %} - -{% block wiki_header_branding %} -North Bay Python -{% endblock %} - -{% block wiki_header_navlinks %} - {% sitetree_menu from "main" include "trunk" template "sitetree/menu_bootstrap3.html" %} -{% endblock %} - -{% block wiki_footer_prepend %} - All contributions to this wiki page are licensed under a Creative Commons Attribution-ShareAlike 4.0 licence. -{% endblock %}