##// END OF EJS Templates
admin: generate password in add user page wasn't working
dan -
r256:85b27190 default
parent child Browse files
Show More
@@ -128,7 +128,6 b''
128 128 </div>
129 129 ${h.end_form()}
130 130 </div>
131 </%def>
132 131 <script>
133 132 $(document).ready(function(){
134 133 $('#username').focus();
@@ -142,3 +141,4 b''
142 141 })
143 142 })
144 143 </script>
144 </%def>
General Comments 0
You need to be logged in to leave comments. Login now