diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-06-07 13:44:02 +0100 |
| commit | 90485ed40e0a3c31e4071bec9eeb26257f7db690 (patch) | |
| tree | 0d9476da91b3e95ae35f1e74b7d226e5f4d9bb2a /app/templates/index.html | |
| parent | Add a usage note for the graph (diff) | |
| download | AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.tar.gz AnnotateChange-90485ed40e0a3c31e4071bec9eeb26257f7db690.zip | |
Reorganise static folder
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 4 |
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> |
