From 732ede7aab7118d9f7be75ff875b80de92c0a453 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 26 Apr 2017 17:07:16 -0400 Subject: [PATCH] Remove useless leaflet tags from templates --- umap/templates/umap/about_summary.html | 2 +- umap/templates/umap/password_change.html | 2 +- umap/templates/umap/password_change_done.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/umap/templates/umap/about_summary.html b/umap/templates/umap/about_summary.html index 4cdd9a21..2771537e 100644 --- a/umap/templates/umap/about_summary.html +++ b/umap/templates/umap/about_summary.html @@ -1,4 +1,4 @@ -{% load leaflet_storage_tags i18n %} +{% load i18n %}
diff --git a/umap/templates/umap/password_change.html b/umap/templates/umap/password_change.html index 0f030247..d398258f 100644 --- a/umap/templates/umap/password_change.html +++ b/umap/templates/umap/password_change.html @@ -1,6 +1,6 @@ {% extends "umap/content.html" %} -{% load leaflet_storage_tags i18n %} +{% load i18n %} {% block content %}

{% trans "Password change" %}

diff --git a/umap/templates/umap/password_change_done.html b/umap/templates/umap/password_change_done.html index 039e6121..9fb67450 100644 --- a/umap/templates/umap/password_change_done.html +++ b/umap/templates/umap/password_change_done.html @@ -1,6 +1,6 @@ {% extends "umap/content.html" %} -{% load leaflet_storage_tags i18n %} +{% load i18n %} {% block content %}

{% trans "Password change successful" %}