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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index eec1fc2..d798d56 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -4,7 +4,7 @@
{% block styles %}
{{ super() }}
<link rel="stylesheet" href="{{ url_for('static', filename='css/global.css') }}">
- <link rel="stylesheet" href="{{ url_for('static', filename='sticky_footer.css') }}">
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/footer.css') }}">
{% endblock %}
{% block title %}