wcs: add .clickable-rows to the "forms to process" table (#60309)

This commit is contained in:
Benjamin Dauvergne 2022-01-05 17:51:21 +01:00
parent fd8bc9d51f
commit 02cda25460
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% for slug, forms in care_forms.items %}
<h2>{% trans "Forms to process" %} - {{ forms.title }}</h2>
{% if forms.data %}
<table id="listing" class="main">
<table id="listing" class="main clickable-rows">
<thead>
<tr>
<th><span>{% trans "Form" %}</span></th>