From 0023127fc7073a9ed7b189ffd6b0263a30796e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunnlaugur=20=C3=9E=C3=B3r=20Briem?= Date: Mon, 10 Feb 2014 17:59:36 +0000 Subject: [PATCH] Fix hardcoded jsi18n script path Use normal Django URL reversal instead of hardcoded relative path. --- authority/templates/admin/permission_change_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authority/templates/admin/permission_change_form.html b/authority/templates/admin/permission_change_form.html index 4f1fe0b..3854712 100644 --- a/authority/templates/admin/permission_change_form.html +++ b/authority/templates/admin/permission_change_form.html @@ -2,7 +2,7 @@ {% load i18n admin_modify admin_static %} {% block extrahead %}{{ block.super }} - + {{ media }} {% endblock %}