mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Fix location of forex script
This commit is contained in:
parent
0b09e30d43
commit
bb2536a61b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "page.html" %}
|
||||
|
||||
{% block head %}
|
||||
<script src="/js/forex.js" type="module" async></script>
|
||||
<script src="{{ config.base_url }}/js/forex.js" type="module" async></script>
|
||||
<style>
|
||||
table {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue