Skip to content

Commit fb5d901

Browse files
Fixing tests
1 parent c3f9f48 commit fb5d901

15 files changed

+15
-16
lines changed

junction/templates/account/email.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "account/base.html" %}
22
{% load i18n %}
3-
{% load url from future %}
3+
44

55
{% load django_bootstrap_breadcrumbs %}
66

junction/templates/account/email_confirm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load i18n %}
44
{% load account %}
55
{% load django_bootstrap_breadcrumbs %}

junction/templates/account/logout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load i18n %}
44

55
{% load django_bootstrap_breadcrumbs %}

junction/templates/account/password_change.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load i18n %}
44
{% load django_bootstrap_breadcrumbs %}
55

junction/templates/account/password_reset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "account/base.html" %}
22
{% load i18n %}
33
{% load account %}
4-
{% load url from future %}
4+
55
{% load django_bootstrap_breadcrumbs %}
66

77
{% block head_title %}{% trans "Password Reset" %} · {{ block.super }}{% endblock %}

junction/templates/account/password_reset_from_key.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load django_bootstrap_breadcrumbs %}
44
{% load i18n %}
55

junction/templates/account/password_reset_from_key_done.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load django_bootstrap_breadcrumbs %}
44
{% load i18n %}
55

junction/templates/account/password_set.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load i18n %}
44
{% load django_bootstrap_breadcrumbs %}
55

junction/templates/account/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "account/base.html" %}
22
{% load i18n %}
3-
{% load url from future %}
3+
44
{% load django_bootstrap_breadcrumbs %}
55

66
{% block head_title %}{% trans "Sign Up" %} · {{ block.super }}{% endblock %}

junction/templates/account/signup_closed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
2+
33
{% load i18n %}
44

55
{% load django_bootstrap_breadcrumbs %}

0 commit comments

Comments
 (0)