Merge pull request #478 from davidbgk/useless-leaflet-tags

Remove useless leaflet tags from templates
This commit is contained in:
Yohan Boniface 2017-04-26 23:10:21 +02:00 committed by GitHub
commit e29ead1fb0
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>