Remove useless leaflet tags from templates

This commit is contained in:
David Larlet 2017-04-26 17:07:16 -04:00
parent a0581b62ec
commit 732ede7aab
No known key found for this signature in database
GPG key ID: 9062C60D1359EA98
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{% load leaflet_storage_tags i18n %}
{% load i18n %}
<div class="wrapper about_summary highlights">
<div class="row">
<div class="col quarter mwide">

View file

@ -1,6 +1,6 @@
{% extends "umap/content.html" %}
{% load leaflet_storage_tags i18n %}
{% load i18n %}
{% block content %}
<h2 class="section">{% trans "Password change" %}</h2>

View file

@ -1,6 +1,6 @@
{% extends "umap/content.html" %}
{% load leaflet_storage_tags i18n %}
{% load i18n %}
{% block content %}
<h2 class="section">{% trans "Password change successful" %}</h2>