# HG changeset patch # User Brian Neal # Date 1468205902 18000 # Node ID 96a72f0e67674bba99c0d754ad4f81f3fb9c6209 # Parent 38946dfe9cba41f6803219b2acd1a7e049859b61 Remove bandmap.css. diff -r 38946dfe9cba -r 96a72f0e6767 sg101/templates/bandmap/bandmap_base.html --- a/sg101/templates/bandmap/bandmap_base.html Sun Jul 10 21:55:53 2016 -0500 +++ b/sg101/templates/bandmap/bandmap_base.html Sun Jul 10 21:58:22 2016 -0500 @@ -1,8 +1,5 @@ {% extends 'v3/base.html' %} {% load static from staticfiles %} -{% block custom_css %} - -{% endblock %} {% block content %} {% block bandmap_content %}{% endblock %} {% endblock %}