mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-19 07:03:30 -07:00
update jinja templates to use base static files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<title>Mystery YAML Test Roll Results</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/checkResult.css") }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/checkResult.css") }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
Reference in New Issue
Block a user