Remove unused load statements in add_type_form.html
This addresses Django 1.5 compatibility as well (see #16)fix_request_path_info
parent
51b789cdc6
commit
720a189f5a
|
|
@ -1,5 +1,5 @@
|
||||||
{% extends "admin/change_form.html" %}
|
{% extends "admin/change_form.html" %}
|
||||||
{% load i18n admin_modify adminmedia %}
|
{% load i18n %}
|
||||||
{% load url from future %}
|
{% load url from future %}
|
||||||
|
|
||||||
{% block breadcrumbs %}{% if not is_popup %}
|
{% block breadcrumbs %}{% if not is_popup %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue