From 517790797e6b9b6cb8c51e50bef4ef12024e5c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 26 Jun 2018 08:46:40 +0200 Subject: [PATCH] maps: mark cell as a block so it can be extended (#24773) --- combo/apps/maps/templates/maps/map_cell.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/combo/apps/maps/templates/maps/map_cell.html b/combo/apps/maps/templates/maps/map_cell.html index d7f5279..3f14d14 100644 --- a/combo/apps/maps/templates/maps/map_cell.html +++ b/combo/apps/maps/templates/maps/map_cell.html @@ -1,4 +1,5 @@ {% load l10n %} +{% block content %} {% if title %}

{{ title }}

{% endif %} {% localize off %}
{% endlocalize %}
+{% endblock %} -- 2.17.1