Fixed issues with department and sex form

This commit is contained in:
2017-07-23 16:50:45 +02:00
parent 86d62f12e7
commit dc571836ae
2 changed files with 11 additions and 3 deletions

View File

@ -56,6 +56,7 @@
{{ 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>
@ -65,6 +66,7 @@
<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>