Merge pull request #478 from davidbgk/useless-leaflet-tags
Remove useless leaflet tags from templates
This commit is contained in:
commit
e29ead1fb0
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="wrapper about_summary highlights">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col quarter mwide">
|
<div class="col quarter mwide">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "umap/content.html" %}
|
{% extends "umap/content.html" %}
|
||||||
|
|
||||||
{% load leaflet_storage_tags i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2 class="section">{% trans "Password change" %}</h2>
|
<h2 class="section">{% trans "Password change" %}</h2>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "umap/content.html" %}
|
{% extends "umap/content.html" %}
|
||||||
|
|
||||||
{% load leaflet_storage_tags i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h2 class="section">{% trans "Password change successful" %}</h2>
|
<h2 class="section">{% trans "Password change successful" %}</h2>
|
||||||
|
|
Loading…
Reference in a new issue