Remove unused adminmedia template tag

Fixes brack3t/Djrill#14
This commit is contained in:
medmunds
2012-12-05 16:04:55 -08:00
parent 2c539141f6
commit 5f0ff0cba2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load adminmedia admin_list i18n %}
{% load admin_list i18n %}
{% load url from future %}
{% block extrastyle %}
{{ block.super }}

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load adminmedia admin_list i18n %}
{% load admin_list i18n %}
{% load url from future %}
{% block extrastyle %}
{{ block.super }}

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load adminmedia admin_list i18n %}
{% load admin_list i18n %}
{% load url from future %}
{% block extrastyle %}
{{ block.super }}

View File

@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load adminmedia admin_list i18n %}
{% load admin_list i18n %}
{% load url from future %}
{% block extrastyle %}
{{ block.super }}