mirror of https://git.48k.eu/ogcp
templates: remove dead code from edit_user.html
Remove the <script> block as the function digestUserFormPassword no longer exists.master
parent
c0440eba51
commit
a90f4207bd
|
@ -15,12 +15,4 @@
|
|||
button_map={'submit_btn':'primary'},
|
||||
id='user-form') }}
|
||||
|
||||
<script>
|
||||
document.addEventListener('readystatechange', () => {
|
||||
if (document.readyState === 'complete') {
|
||||
digestUserFormPassword()
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue