Skip to content

Commit

Permalink
Delete "{% load url from future %}" tags for work with django-1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailsidorov committed Nov 21, 2015
1 parent f73e9f9 commit 6a3ec6a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion import_export/templates/admin/import_export/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "admin/base_site.html" %}
{% load i18n admin_static admin_modify %}
{% load admin_urls %}
{% load url from future %}

{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/forms.css" %}" />{% endblock %}
{% block bodyclass %}{{ opts.app_label }}-{{ opts.object_name.lower }} change-form{% endblock %}
Expand Down
1 change: 0 additions & 1 deletion import_export/templates/admin/import_export/export.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "admin/import_export/base.html" %}
{% load url from future %}
{% load i18n %}
{% load admin_urls %}
{% load import_export_tags %}
Expand Down
1 change: 0 additions & 1 deletion import_export/templates/admin/import_export/import.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% extends "admin/import_export/base.html" %}
{% load url from future %}
{% load i18n %}
{% load admin_urls %}
{% load import_export_tags %}
Expand Down

0 comments on commit 6a3ec6a

Please sign in to comment.