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

@@ -47,6 +47,11 @@
{{ render_field(form.retype_password, tabindex=240) }}
{% endif %}
{# recaptcha #}
{% if config.RECAPTCHA_ENABLE %}
{{ render_field(form.recaptcha, tabindex=250) }}
{% endif %}
{{ render_submit_field(form.submit, tabindex=280) }}
</form>