Mercurial > public > sg101
changeset 1111:96a72f0e6767
Remove bandmap.css.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 10 Jul 2016 21:58:22 -0500 |
parents | 38946dfe9cba |
children | 654b55ad9134 |
files | sg101/templates/bandmap/bandmap_base.html |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 %} -<link rel="stylesheet" type="text/css" href="{% static "css/bandmap.css" %}" /> -{% endblock %} {% block content %} {% block bandmap_content %}{% endblock %} {% endblock %}