This commit is contained in:
aronwk-aaron
2023-11-17 16:38:01 -06:00
parent e6c452d000
commit 7633053490
5 changed files with 56 additions and 63 deletions

View File

@@ -60,7 +60,12 @@
{# Remember me #}
{% if user_manager.USER_ENABLE_REMEMBER_ME %}
{{ render_checkbox_field(login_form.remember_me, tabindex=130) }}
{{ render_checkbox_field(login_form.remember_me, tabindex=130) }}
{% endif %}
{# recaptcha #}
{% if config.RECAPTCHA_ENABLE %}
{{ render_field(form.recaptcha, tabindex=250) }}
{% endif %}
{# Submit button #}