From 0863f0fa7af92e79e03882d94108e31fca8c0f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 Mar 2019 15:03:15 +0100 Subject: [PATCH] wcs: include form digest in list of forms (#31824) --- combo/apps/wcs/templates/combo/wcs/list_of_forms.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/combo/apps/wcs/templates/combo/wcs/list_of_forms.html b/combo/apps/wcs/templates/combo/wcs/list_of_forms.html index 4711a450..5d1099c3 100644 --- a/combo/apps/wcs/templates/combo/wcs/list_of_forms.html +++ b/combo/apps/wcs/templates/combo/wcs/list_of_forms.html @@ -5,7 +5,9 @@ {% if data.url and data.title %}
  • {{data.name}} - {{data.form_number}} + {{data.form_number}} + {% if data.form_digest %}({{data.form_digest}}){% endif %} + {{data.status}}
  • {% endif %} {% endfor %}