Remove useless leaflet tags from templates
This commit is contained in:
parent
a0581b62ec
commit
732ede7aab
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% extends "umap/content.html" %}
|
||||
|
||||
{% load leaflet_storage_tags i18n %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<h2 class="section">{% trans "Password change" %}</h2>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue