Files
Grinch-AP/WebHostLib/templates/autotablepage.html
Fabian Dill 84d74fab77 use sortable table on Roll Results page
(cherry picked from commit 32d8f33932d913154989e41c940ba24adc98a881)
2020-12-19 19:36:23 +01:00

6 lines
191 B
HTML

{% extends "tablepage.html" %}
{% block head %}
{{ super() }}
<script type="application/ecmascript" src="{{ static_autoversion("assets/autodatatable.js") }}"></script>
{% endblock %}