Fix tests and broken forms

This commit is contained in:
2022-08-04 17:20:21 +02:00
parent 08924c5e05
commit 320a896610
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
</thead>
<tbody>
{% for widget in form_mailing_removal.subwidgets %}
{% set user = ms[widget.data.value][0] %}
{% set user = ms[widget.data.value.value][0] %}
<tr>
<td>{{ user.get_username }}</td>
<td>{{ user.get_email }}</td>