Skip to content

Commit 4b221e5

Browse files
committed
Django version upgraded from 1.8 to 1.9
1 parent 59d7698 commit 4b221e5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

junction/templates/account/login.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{% load i18n %}
33
{% load account %}
44
{% load django_bootstrap_breadcrumbs %}
5-
{% load url from future %}
65

76
{% block head_title %}{% trans "Sign In" %} · {{ block.super }}{% endblock %}
87

junction/templates/account/verified_email_required.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% extends "account/base.html" %}
2-
{% load url from future %}
32
{% load i18n %}
43

54
{% load django_bootstrap_breadcrumbs %}
@@ -33,6 +32,3 @@ <h2 class="fill-blue text-center">{% trans "Verify Your E-mail Address" %}</h2>
3332
</div>
3433
</div>
3534
{% endblock %}
36-
37-
38-

0 commit comments

Comments
 (0)