mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-30 02:18:20 +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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>CSV Metadata Quality Web</title>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>File Upload</h1>
|
<h1>File Upload</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user