Removed url import all-together

This commit is contained in:
David Taylor
2015-05-28 20:17:58 +01:00
parent f78ce621d5
commit ceae2acf61
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{% load static from staticfiles %}
{% load url %}
<!DOCTYPE html>
<html

View File

@@ -1,4 +1,4 @@
{% load url %}
Welcome {{ user }},
Thank you for registering on {{ site }}

View File

@@ -1,4 +1,4 @@
{% load url %}
{% load widget_tweaks %}
{% include 'form_errors.html' %}
<div class="col-sm-6 col-sm-offset-3 col-lg-4 col-lg-offset-4">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load url %}
{% block breadcrumbs %}
<div class="breadcrumbs">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load widget_tweaks %}
{% load url %}
{% block title %}Change Password{% endblock %}

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load url %}
{% block breadcrumbs %}
<div class="breadcrumbs">

View File

@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{% load widget_tweaks %}
{% load url %}
{% block breadcrumbs %}
<div class="breadcrumbs">

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load i18n %}
{% load url %}
{% block breadcrumbs %}
<div class="breadcrumbs">

View File

@@ -1,4 +1,4 @@
{% load i18n %}{% load url %}{% autoescape off %}
{% load i18n %}{% autoescape off %}
{% blocktrans %}You're receiving this e-mail because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page and choose a new password:" %}