diff --git a/templates/base.html b/templates/base.html
index a8f723b0..9d4f839c 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -11,8 +11,8 @@
-
-
+
+
@@ -188,7 +188,7 @@
var s = document.createElement('script');
s.type='text/javascript';
document.body.appendChild(s);
- s.src='/static/js/asteroids.min.js';
+ s.src='{% static "js/asteroids.min.js"%}';
ga('send', 'event', 'easter_egg', 'activated');
}
easter_egg.load();