Fix location of forex script

This commit is contained in:
Wesley Moore 2024-07-16 10:09:19 +10:00
parent 0b09e30d43
commit bb2536a61b
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
{% extends "page.html" %} {% extends "page.html" %}
{% block head %} {% block head %}
<script src="/js/forex.js" type="module" async></script> <script src="{{ config.base_url }}/js/forex.js" type="module" async></script>
<style> <style>
table { table {
width: 100%; width: 100%;