Ensure web_base does not end in /
This commit is contained in:
parent
18e35184a5
commit
30ddf1e9b2
4 changed files with 23 additions and 19 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% block title %}queue ({{ inner.tasks.len() }}){% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script type="module" src="{{ base.root }}queue.js"></script>
|
||||
<script type="module" src="{{ base.root }}/queue.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue