aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html5
1 files changed, 0 insertions, 5 deletions
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() }}
-<link rel="stylesheet" href="{{ url_for('static', filename='base.css') }}">
-{% endblock %}
-
{% block title %}
{% if title %}{{ title }} -- AnnotateChange{% else %}Welcome to AnnotateChange{% endif %}
{% endblock %}