aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-29 22:41:18 +0100
committerGravatar Gareth Coles <[email protected]>2018-03-29 22:41:18 +0100
commit55901a4d943238279d9a3abd8e8b0e78d9c71d75 (patch)
tree59a7fb0b9eaba2259fd81a198b104fa3a103d050 /templates
parentMore convenient static_file() function for templates (diff)
Fix broken countdown static file url
Diffstat (limited to 'templates')
-rw-r--r--templates/main/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index d5391791..4978d494 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -52,6 +52,6 @@
</div>
</footer>
- <script src='/static/js/countdown.js'></script>
+ <script src='{{ static_file('js/countdown.js') }}'></script>
</body>
</html>