mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-12 16:28:19 -07:00
update jinja templates to use base static files
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
<script type="text/javascript"
|
||||
src="https://cdn.datatables.net/v/dt/jq-3.3.1/dt-1.10.21/sc-2.0.2/sp-1.1.1/datatables.min.js"
|
||||
></script>
|
||||
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("styles/tablepage.css") }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/tablepage.css") }}" />
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user