aboutsummaryrefslogtreecommitdiff
path: root/app/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/index.html')
-rw-r--r--app/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/index.html b/app/templates/index.html
index 930bfd3..86d2f1a 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -2,7 +2,7 @@
{% block styles %}
{{ super() }}
- <link rel="stylesheet" href="{{url_for('static', filename='user_index.css')}}">
+ <link rel="stylesheet" href="{{url_for('static', filename='css/index.css')}}">
{% endblock %}
{% block app_content %}
@@ -70,7 +70,7 @@
</div>
{% elif tasks_todo|length == 0 and tasks_done|length > 0 %}
<div id="done">
- <img src="{{ url_for('static', filename='done.png') }}">
+ <img src="{{ url_for('static', filename='img/done.png') }}">
<span>
No more annotations to do! Thank you so much for your help,
<b>you rock!</b>