Add missing baseurl in set template
This commit is contained in:
parent
1101cad5a4
commit
87a6220d68
1 changed files with 1 additions and 1 deletions
|
@ -54,5 +54,5 @@
|
||||||
</ol>
|
</ol>
|
||||||
<a href="{{ baseurl }}/{{ player.uuid }}/{{ game.uuid }}/play">Refresh</a>
|
<a href="{{ baseurl }}/{{ player.uuid }}/{{ game.uuid }}/play">Refresh</a>
|
||||||
|
|
||||||
<script src="/static/set.js"></script>
|
<script src="{{ baseurl }}/static/set.js"></script>
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
Loading…
Reference in a new issue