From ea7df233958e2fd06989f6576b206f6a4cc65435 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 19 Apr 2010 18:37:12 +0000 Subject: [PATCH] Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS. We now store ADMIN_MEDIA_PREFIX on the window object and let JS files read it from there. The old technique -- looking a {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %}