mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 15:03:18 -07:00
6 lines
199 B
HTML
6 lines
199 B
HTML
{% extends "tablepage.html" %}
|
|
{% block head %}
|
|
{{ super() }}
|
|
<script type="application/ecmascript" src="{{ url_for('static', filename="assets/autodatatable.js") }}"></script>
|
|
{% endblock %}
|