Remove unused load statements in add_type_form.html

This addresses Django 1.5 compatibility as well (see #16)
fix_request_path_info
Diederik van der Boor 2013-03-18 12:14:02 +01:00
parent 51b789cdc6
commit 720a189f5a
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}