diff options
Diffstat (limited to 'app/templates/annotate/index.html')
| -rw-r--r-- | app/templates/annotate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/annotate/index.html b/app/templates/annotate/index.html index ce9e01a..3b00b75 100644 --- a/app/templates/annotate/index.html +++ b/app/templates/annotate/index.html @@ -3,7 +3,7 @@ {% block styles %} {{ super() }} - <link rel="stylesheet" href="{{url_for('static', filename='annotate.css')}}"> + <link rel="stylesheet" href="{{url_for('static', filename='css/main/annotate.css')}}"> {% endblock %} {% block app_content %} |
