Projet

Général

Profil

0001-manager-allow-cells-form-block-overriding-26057.patch

Serghei Mihai (congés, retour 15/05), 17 décembre 2018 17:23

Télécharger (794 octets)

Voir les différences:

Subject: [PATCH 1/4] manager: allow cells form block overriding (#26057)

 combo/manager/templates/combo/cell_form.html | 2 ++
 1 file changed, 2 insertions(+)
combo/manager/templates/combo/cell_form.html
4 4
{% csrf_token %}
5 5
{% if form %}
6 6
  <div class="cell-form">
7
  {% block cell-edit-form %}
7 8
  {{ form.as_p }}
9
  {% endblock %}
8 10
  </div>
9 11
{% else %}
10 12
  <p>{% trans "There are no options for this cell." %}</p>
11
-