admin: generate password in add user page wasn't working

This commit is contained in:
Daniel Dourvaris 2016-06-22 21:46:43 +03:00
parent 56c24af7bc
commit e9b8c7a94a

View file

@ -128,7 +128,6 @@
</div>
${h.end_form()}
</div>
</%def>
<script>
$(document).ready(function(){
$('#username').focus();
@ -142,3 +141,4 @@
})
})
</script>
</%def>