Merge pull request #405 from yunti/load-url-tags

remove {% load url from future %} in templates - deprecated in django 1.9
This commit is contained in:
Fábio C. Barrionuevo da Luz 2015-11-12 17:32:28 -03:00
commit cb9480437b
9 changed files with 9 additions and 18 deletions

View File

@ -1,7 +1,6 @@
{% raw %}{% extends "account/base.html" %}
{% load i18n %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block head_title %}{% trans "Account" %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% load account %}

View File

@ -3,7 +3,6 @@
{% load i18n %}
{% load account %}
{% load socialaccount %}
{% load url from future %}
{% load crispy_forms_tags %}
{% block head_title %}{% trans "Sign In" %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Sign Out" %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% load crispy_forms_tags %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Sign Up Closed" %}{% endblock %}

View File

@ -1,6 +1,5 @@
{% raw %}{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Verify Your E-mail Address" %}{% endblock %}