From e3933289fe7f1df57461a70ad292b8294c0c85ff Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 16:17:19 +0000 Subject: remove unnecessary stylesheet --- app/templates/base.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/templates') diff --git a/app/templates/base.html b/app/templates/base.html index f020d5f..2bcb9e3 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -1,11 +1,6 @@ {% extends 'bootstrap/base.html' %} {% import "bootstrap/utils.html" as util %} -{% block styles %} -{{ super() }} - -{% endblock %} - {% block title %} {% if title %}{{ title }} -- AnnotateChange{% else %}Welcome to AnnotateChange{% endif %} {% endblock %} -- cgit v1.2.3