Projet

Général

Profil

0001-wcs-include-form-digest-in-list-of-forms-31824.patch

Frédéric Péters, 28 mai 2019 08:52

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] wcs: include form digest in list of forms (#31824)

 combo/apps/wcs/templates/combo/wcs/list_of_forms.html | 1 +
 1 file changed, 1 insertion(+)
combo/apps/wcs/templates/combo/wcs/list_of_forms.html
6 6
  <li class="{{data.status_css_class}} {% if data.form_status_is_endpoint %}done{% endif %}"><a
7 7
      {% if data.readable %}href="{{ data.url }}"{% endif %}><span class="form-title">{{data.name}}</span>
8 8
    <span class="form-number">{{data.form_number}}</span>
9
    {% if data.form_digest %}<span class="form-digest">({{data.form_digest}})</span>{% endif %}
9 10
    <span class="form-status">{{data.status}}</span></a></li>
10 11
  {% endif %}
11 12
  {% endfor %}
12
-