mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Show email state field in advanced search
This commit is contained in:
parent
47740c4a91
commit
2ac9edaed8
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% if search_form.u %}
|
{% if search_form.u %}
|
||||||
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.u %}
|
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.u %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if search_form.m %}
|
||||||
|
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.m %}
|
||||||
|
{% endif %}
|
||||||
{% if search_form.a %}
|
{% if search_form.a %}
|
||||||
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.a %}
|
{% include 'buttons/multiple_checkbox_alt.html' with field=search_form.a %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue