From ce520a3067e8cb8d23d34f5f3abdccd98d6b4065 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Tue, 11 Sep 2018 11:12:45 +0200 Subject: [PATCH] misc: add css class for formdata status page (#26295) --- wcs/templates/wcs/formdata_status.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcs/templates/wcs/formdata_status.html b/wcs/templates/wcs/formdata_status.html index a6c65934..1b4f2afd 100644 --- a/wcs/templates/wcs/formdata_status.html +++ b/wcs/templates/wcs/formdata_status.html @@ -1,6 +1,11 @@ {% extends template_base %} {% load i18n %} +{% block extra-body-class %} +{{ block.super }} +formdata-status +{% endblock %} + {% block body %} {% with workflow_messages=view.workflow_messages %} {% if workflow_messages %} -- 2.19.0