diff options
Diffstat (limited to 'ogcp/templates/auth/login.html')
-rw-r--r-- | ogcp/templates/auth/login.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ogcp/templates/auth/login.html b/ogcp/templates/auth/login.html index 2b6cce9..20f6f8c 100644 --- a/ogcp/templates/auth/login.html +++ b/ogcp/templates/auth/login.html @@ -15,8 +15,7 @@ {{ wtf.quick_form(form, method='post', form_type='basic', - button_map={'submit_btn':'primary'}, - id='login-form') }} + button_map={'submit_btn':'primary'}) }} </div> <!-- /.login-card-body --> </div> @@ -24,12 +23,4 @@ <!-- /.login-box --> </div> -<script> - document.addEventListener('readystatechange', () => { - if (document.readyState === 'complete') { - digestLoginPassword() - } - }); -</script> - {% endblock %} |