Add the keep field to fetch forms, fixes #479

This commit is contained in:
Pierre Jaury
2018-05-30 00:40:50 +02:00
parent ea658a174d
commit 1371ba5f5e

View File

@@ -22,6 +22,10 @@
{{ macros.form_field(form.password) }} {{ macros.form_field(form.password) }}
{% endcall %} {% endcall %}
{% call macros.box(title="Settings") %}
{{ macros.form_field(form.keep) }}
{% endcall %}
{{ macros.form_field(form.submit) }} {{ macros.form_field(form.submit) }}
</form> </form>
{% endblock %} {% endblock %}