templates: remove dead code from edit_user.html

Remove the <script> block as the function digestUserFormPassword no
longer exists.
master
Alejandro Sirgo Rica 2024-06-14 10:28:03 +02:00
parent c0440eba51
commit a90f4207bd
1 changed files with 0 additions and 8 deletions

View File

@ -15,12 +15,4 @@
button_map={'submit_btn':'primary'},
id='user-form') }}
<script>
document.addEventListener('readystatechange', () => {
if (document.readyState === 'complete') {
digestUserFormPassword()
}
});
</script>
{% endblock %}