aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>