diff options
| -rw-r--r-- | templates/main/base.html | 2 | 
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> | 
