Projet

Général

Profil

0001-wcs-fix-forms-of-category-cell-to-directly-start-wit.patch

Frédéric Péters, 11 décembre 2018 20:08

Télécharger (1,14 ko)

Voir les différences:

Subject: [PATCH] wcs: fix "forms of category" cell to directly start with its
 title (#28917)

 combo/apps/wcs/templates/combo/wcs/forms_of_category.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
combo/apps/wcs/templates/combo/wcs/forms_of_category.html
1 1
{% load assets i18n %}
2 2
{% block cell-content %}
3
<div class="wcs-forms-of-category-{{slug}}">
3

  
4 4
{% block cell-header %}
5 5
<h2>{{ title }}</h2>
6 6
{% get_asset "wcs:category:picture:"|add:cell.category_reference as asset %}
......
15 15
</div>
16 16
{% endif %}
17 17
{% endblock %}
18

  
19
<div class="wcs-forms-of-category-{{slug}}">
18 20
<ul>
19 21
{% for form in forms %}
20 22
<li class="{% if form.authentication_required %}required-authentication{% endif %}
21
-