Projet

Général

Profil

0001-maps-mark-cell-as-a-block-so-it-can-be-extended-2477.patch

Frédéric Péters, 26 juin 2018 08:48

Télécharger (859 octets)

Voir les différences:

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(+)
combo/apps/maps/templates/maps/map_cell.html
1 1
{% load l10n %}
2
{% block content %}
2 3
{% if title %}<h2>{{ title }}</h2>{% endif %}
3 4
{% localize off %}
4 5
<div class="combo-cell-map" data-init-state="{{ initial_state }}"
......
17 18
      >
18 19
{% endlocalize %}
19 20
</div>
21
{% endblock %}
20
-