Add missing baseurl in set template

This commit is contained in:
s3lph 2022-02-17 22:00:26 +01:00
parent 1101cad5a4
commit 87a6220d68

View file

@ -54,5 +54,5 @@
</ol>
<a href="{{ baseurl }}/{{ player.uuid }}/{{ game.uuid }}/play">Refresh</a>
<script src="/static/set.js"></script>
<script src="{{ baseurl }}/static/set.js"></script>
{%- endblock %}