Projet

Général

Profil

0001-textarea-instead-input-for-card_field_template.patch

Thomas Jund, 04 novembre 2021 10:15

Télécharger (930 octets)

Voir les différences:

Subject: [PATCH] textarea instead input for card_field_template

 .../wcs/templates/combo/wcs/manager/card-infos-cell-form.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/wcs/templates/combo/wcs/manager/card-infos-cell-form.html
49 49
    <p>
50 50
      <label>
51 51
        {% trans "Value template" %}
52
        <input name="card_field_template" />
52
        <textarea name="card_field_template" style="resize: vertical;"></textarea>
53 53
      </label>
54 54
    </p>
55 55
    <p>
56
-