Load url tags removed - deprecated in django 1.9

This commit is contained in:
Barclay StudyPC 2015-11-12 15:07:22 +00:00
parent 40f74a8e89
commit 1ae2d85dd6
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 %}