diff options
| -rw-r--r-- | app/templates/base.html | 5 |
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 %} |
