Explorar el Código

fixed typo in edit mail form

Serghey Rodin hace 13 años
padre
commit
24fc53ac24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/templates/admin/edit_mail_acc.html

+ 1 - 1
web/templates/admin/edit_mail_acc.html

@@ -44,7 +44,7 @@
                                     var rnum = Math.floor(Math.random() * chars.length);
                                     randomstring += chars.substring(rnum,rnum+1);
                                 }
-                                document.v-add-user.v_password.value = randomstring;
+                                document.v_edit_mail_acc.v_password.value = randomstring;
                             }
                         </script>