Browse Source

Show email state field in advanced search

advanced_search_email_state
Jean-Romain Garnier 6 years ago
committed by Supelec Rezo Rennes
parent
commit
0cddfd0da1
  1. 3
      search/templates/search/search.html

3
search/templates/search/search.html

@ -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…
Cancel
Save