From 4b5d55c84097b0b00d065252bede63f9576ca1e3 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 29 May 2015 02:02:11 +0100 Subject: [PATCH] Fixed impending static files fail --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();