diff options
Diffstat (limited to 'ogcp/templates/auth/add_user.html')
-rw-r--r-- | ogcp/templates/auth/add_user.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ogcp/templates/auth/add_user.html b/ogcp/templates/auth/add_user.html index af44caa..91866fb 100644 --- a/ogcp/templates/auth/add_user.html +++ b/ogcp/templates/auth/add_user.html @@ -12,15 +12,6 @@ {{ wtf.quick_form(form, action=url_for('user_add_post'), method='post', - button_map={'submit_btn':'primary'}, - id='user-form') }} - -<script> - document.addEventListener('readystatechange', () => { - if (document.readyState === 'complete') { - digestUserFormPassword() - } - }); -</script> + button_map={'submit_btn':'primary'}) }} {% endblock %} |