mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-24 11:54:29 -07:00
update jinja templates to use base static files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "tablepage.html" %}
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
<script type="application/ecmascript" src="{{ static_autoversion("assets/autodatatable.js") }}"></script>
|
||||
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/autodatatable.js") }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user