Remove gender option of matmatronche & update gender settings

This commit is contained in:
CHARMEAU
2020-02-16 17:51:51 +01:00
committed by Skia
parent 6c45de34a4
commit eec7bcf296
4 changed files with 27 additions and 15 deletions

View File

@ -43,7 +43,6 @@
{{ form.phone.errors }}
<label for="{{ form.phone.id_for_label }}">{{ form.phone.label }}</label>
{{ form.phone }}
{{ form.sex.as_hidden() }}
<p><input type="submit" value="{% trans %}Search{% endtrans %}" /></p>
</p>
</form>
@ -53,7 +52,6 @@
<p>
{{ form.quick.errors }}
<label for="{{ form.quick.id_for_label }}">{{ form.quick.label }}</label>
{{ form.sex.as_hidden() }}
{{ form.quick }}
<p><input type="submit" value="{% trans %}Search{% endtrans %}" /></p>
</p>