diff options
Diffstat (limited to 'python/Dawn/templates')
| -rw-r--r-- | python/Dawn/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Dawn/templates/base.html b/python/Dawn/templates/base.html index ab2c005d..3e261e42 100644 --- a/python/Dawn/templates/base.html +++ b/python/Dawn/templates/base.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> - <link rel="stylesheet" href="../static/dawn.css"> + <link rel="stylesheet" href="{{url_for('static', filename='dawn.css')}}"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script> </head> |
