diff options
| author | jvoisin | 2019-02-23 13:07:41 +0100 |
|---|---|---|
| committer | jvoisin | 2019-02-23 13:07:41 +0100 |
| commit | 32f241140011803cc6933e0e5e5e5850b77a019d (patch) | |
| tree | fa9ef134503bb6e63b1e2b9ff19bc254c914cc56 /templates | |
| parent | f436da05399199af59ff074e3450c584f35aa7e0 (diff) | |
Implement drag'n'drop support
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 3f6e97b..572e0dc 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | <link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}" type="text/css" /> | 7 | <link rel="stylesheet" href="{{ url_for('static', filename='skeleton.css') }}" type="text/css" /> |
| 8 | <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" /> | 8 | <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css" /> |
| 9 | <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}"> | 9 | <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.png') }}"> |
| 10 | <script defer src="{{url_for('static', filename='script.js') }}"></script> | ||
| 10 | </head> | 11 | </head> |
| 11 | <body> | 12 | <body> |
| 12 | <div class="container"> | 13 | <div class="container"> |
