From e709c931ad237c16db37a85f18460338f71b91f2 Mon Sep 17 00:00:00 2001 From: Julian Perelli Date: Fri, 28 Jun 2024 12:56:46 +0200 Subject: [PATCH] fix double slash --- templates/catastro/ver_administrativearea.html | 4 ++-- templates/catastro/ver_poi.html | 4 ++-- templates/core/ver_linea.html | 4 ++-- templates/core/ver_recorrido.html | 4 ++-- templates/editor/revision.html | 2 +- templates_jinja2/ver_administrativearea.html | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/catastro/ver_administrativearea.html b/templates/catastro/ver_administrativearea.html index be61241b..32aae3f4 100644 --- a/templates/catastro/ver_administrativearea.html +++ b/templates/catastro/ver_administrativearea.html @@ -23,7 +23,7 @@ - {% if obj.img_cuadrada %}{% endif %} + {% if obj.img_cuadrada %}{% endif %} {% endblock %} {% block bloque_izquierda %} @@ -74,7 +74,7 @@

{{obj|i18name:request|title}}

{% if obj.img_panorama %}
- Mapa de ubicacion de {{ obj|i18name:request }}{% if parent %} en {{parent.nombre|title}}{% endif %}. + Mapa de ubicacion de {{ obj|i18name:request }}{% if parent %} en {{parent.nombre|title}}{% endif %}.
{% endif %} diff --git a/templates/catastro/ver_poi.html b/templates/catastro/ver_poi.html index 9c781d80..99735465 100644 --- a/templates/catastro/ver_poi.html +++ b/templates/catastro/ver_poi.html @@ -24,7 +24,7 @@ - {% if poi.img_cuadrada %}{% endif %} + {% if poi.img_cuadrada %}{% endif %} {% endblock %} {% block bloque_izquierda %} @@ -92,7 +92,7 @@

{% blocktrans %}How to get to{% endblocktrans %} {{poi {% blocktrans %}See in interactive map{% endblocktrans %} {% if poi.img_panorama %}
- Mapa de ubicacion de {{ poi|i18name:request }} en {% for a in adminareas %}{% if not forloop.first %}, {% endif %}{{a|i18name:request|title}}{% endfor %}. + Mapa de ubicacion de {{ poi|i18name:request }} en {% for a in adminareas %}{% if not forloop.first %}, {% endif %}{{a|i18name:request|title}}{% endfor %}.
{% endif %} diff --git a/templates/core/ver_linea.html b/templates/core/ver_linea.html index 8e93a329..83275064 100644 --- a/templates/core/ver_linea.html +++ b/templates/core/ver_linea.html @@ -21,7 +21,7 @@ - {% if obj.img_cuadrada %}{% endif %} + {% if obj.img_cuadrada %}{% endif %} {% endblock %} {% block bloque_izquierda %} @@ -100,7 +100,7 @@

{% blocktrans %}Routes of the line{% endblocktrans %} {{obj.nombre}}

{% if obj.img_panorama %}
- {% blocktrans %}Public transportation coverage of the line{% endblocktrans %} {{ obj.nombre }} {% blocktrans %}in{% endblocktrans %} {{ adminarea|i18name:request }}. + {% blocktrans %}Public transportation coverage of the line{% endblocktrans %} {{ obj.nombre }} {% blocktrans %}in{% endblocktrans %} {{ adminarea|i18name:request }}.
{% endif %} diff --git a/templates/core/ver_recorrido.html b/templates/core/ver_recorrido.html index 58dd6303..a882e0b4 100644 --- a/templates/core/ver_recorrido.html +++ b/templates/core/ver_recorrido.html @@ -23,7 +23,7 @@ - {% if obj.img_cuadrada %}{% endif %} + {% if obj.img_cuadrada %}{% endif %} {% endblock %} {% block bloque_izquierda %} @@ -103,7 +103,7 @@

{% blocktrans %}Streets that compose this route{% endblocktrans %}


diff --git a/templates/editor/revision.html b/templates/editor/revision.html index 13df002f..2fa0d3a9 100644 --- a/templates/editor/revision.html +++ b/templates/editor/revision.html @@ -11,7 +11,7 @@ - {% if original.img_cuadrada %}{% endif %} + {% if original.img_cuadrada %}{% endif %} diff --git a/templates_jinja2/ver_administrativearea.html b/templates_jinja2/ver_administrativearea.html index 6df106f8..d28b7254 100644 --- a/templates_jinja2/ver_administrativearea.html +++ b/templates_jinja2/ver_administrativearea.html @@ -11,7 +11,7 @@ - {% if obj.img_cuadrada %}{% endif %} + {% if obj.img_cuadrada %}{% endif %} {% endblock %} {% block content %} @@ -62,7 +62,7 @@

{{obj.name|title}}

{% if obj.img_panorama %}
- Mapa de ubicacion de {{ obj.nom }}{% if parent %} en {{parent.nombre|title}}{% endif %}. + Mapa de ubicacion de {{ obj.nom }}{% if parent %} en {{parent.nombre|title}}{% endif %}.
{% endif %}