Projet

Général

Profil

0001-use-.links-list-class-to-form_of_category-list-42999.patch

Thomas Jund (congés, retour le 29/04), 18 mai 2020 14:39

Télécharger (889 octets)

Voir les différences:

Subject: [PATCH] use .links-list class to form_of_category list (#42999)

 combo/apps/wcs/templates/combo/wcs/forms_of_category.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/wcs/templates/combo/wcs/forms_of_category.html
11 11
{% endif %}
12 12
{% endblock %}
13 13

  
14
<div class="wcs-forms-of-category-{{slug}}">
14
<div class="wcs-forms-of-category-{{slug}} links-list">
15 15
{% block cell-top-content %}{% endblock cell-top-content %}
16 16
<ul>
17 17
{% for form in forms %}
18
-