Merge pull request #113 from itbabu/itbabu-remove-load-url-from-future
Remove `{% load url from future %}`
master
commit
9e4396b2b1
|
|
@ -1,6 +1,5 @@
|
||||||
{% extends change_form_template_extends %}
|
{% extends change_form_template_extends %}
|
||||||
{% load i18n admin_modify %}
|
{% load i18n admin_modify %}
|
||||||
{% load url from future %}
|
|
||||||
{% load static from staticfiles %}
|
{% load static from staticfiles %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
|
@ -30,4 +29,4 @@
|
||||||
|
|
||||||
{% block after_related_objects %}{{ block.super }}
|
{% block after_related_objects %}{{ block.super }}
|
||||||
<input type="hidden" id="localized_save_before_reorder_message" value="{% trans 'There are unsaved changes on this page. Please save your changes before reordering.' %}"/>
|
<input type="hidden" id="localized_save_before_reorder_message" value="{% trans 'There are unsaved changes on this page. Please save your changes before reordering.' %}"/>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue