Projet

Général

Profil

0001-misc-add-css-class-for-formdata-status-page-26295.patch

Serghei Mihai, 11 septembre 2018 11:16

Télécharger (790 octets)

Voir les différences:

Subject: [PATCH] misc: add css class for formdata status page (#26295)

 wcs/templates/wcs/formdata_status.html | 5 +++++
 1 file changed, 5 insertions(+)
wcs/templates/wcs/formdata_status.html
1 1
{% extends template_base %}
2 2
{% load i18n %}
3 3

  
4
{% block extra-body-class %}
5
{{ block.super }}
6
formdata-status
7
{% endblock %}
8

  
4 9
{% block body %}
5 10
{% with workflow_messages=view.workflow_messages %}
6 11
  {% if workflow_messages %}
7
-