8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-20 06:03:40 +00:00

Show email state field in advanced search

This commit is contained in:
Jean-Romain Garnier 2020-04-19 15:11:57 +00:00 committed by Supelec Rezo Rennes
parent 1eec108db1
commit 0cddfd0da1

View file

@ -36,6 +36,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if search_form.u %}
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.u %}
{% endif %}
{% if search_form.m %}
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.m %}
{% endif %}
{% if search_form.a %}
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.a %}
{% endif %}