mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-29 18:08:23 +01:00
templates/index.html: Use url_for to get CSS
This is apparently the way you do it in Flask.
This commit is contained in:
parent
b11296cb9c
commit
5086ea2376
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>CSV Metadata Quality Web</title>
|
||||
<link href="/static/css/style.css" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>File Upload</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user