update jinja templates to use base static files

This commit is contained in:
Fabian Dill
2021-05-13 00:41:49 +02:00
parent d35adc5868
commit fb192b989d
24 changed files with 42 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
{% block head %}
<title>Generation in Progress</title>
<meta http-equiv="refresh" content="1">
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/waitSeed.css") }}"/>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/waitSeed.css") }}"/>
{% endblock %}
{% block body %}