diff options
author | TOW | 2019-04-03 09:52:12 -0300 |
---|---|---|
committer | TOW | 2019-04-03 09:52:12 -0300 |
commit | 429446611f1fe8739530fb78ef4fa501a57cb676 (patch) | |
tree | 00f7f62adf587f8b27ecdb8788c8fb23692dea05 /cgi/templates | |
parent | aff11a70cb8e969801f2ea59505753d14abcd233 (diff) | |
download | weabot-429446611f1fe8739530fb78ef4fa501a57cb676.tar.gz weabot-429446611f1fe8739530fb78ef4fa501a57cb676.tar.xz weabot-429446611f1fe8739530fb78ef4fa501a57cb676.zip |
Bugfix: Crear miembro staff
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/manage/staff.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/manage/staff.html b/cgi/templates/manage/staff.html index 787a843..b0d2e9e 100644 --- a/cgi/templates/manage/staff.html +++ b/cgi/templates/manage/staff.html @@ -33,12 +33,12 @@ <table> <tr> <td class="postblock">Nombre</td> - <td><input type="text" name="username" value="${member_username}" style="width:100%;" /></td> + <td><input type="text" name="user" value="${member_username}" style="width:100%;" /></td> </tr> <?py if not member: ?> <tr> <td class="postblock">ContraseƱa</td> - <td><input type="password" name="password" style="width:100%;"/></td> + <td><input type="password" name="pass" style="width:100%;"/></td> </tr> <?py #endif ?> <tr> |