Explorar o código

fixed typo in edit mail form

Serghey Rodin %!s(int64=13) %!d(string=hai) anos
pai
achega
24fc53ac24
Modificáronse 1 ficheiros con 1 adicións e 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>