aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage
diff options
context:
space:
mode:
authorLibravatar TOW 2019-04-03 09:52:12 -0300
committerLibravatar TOW 2019-04-03 09:52:12 -0300
commit429446611f1fe8739530fb78ef4fa501a57cb676 (patch)
tree00f7f62adf587f8b27ecdb8788c8fb23692dea05 /cgi/templates/manage
parentaff11a70cb8e969801f2ea59505753d14abcd233 (diff)
downloadweabot-429446611f1fe8739530fb78ef4fa501a57cb676.tar.gz
weabot-429446611f1fe8739530fb78ef4fa501a57cb676.tar.xz
weabot-429446611f1fe8739530fb78ef4fa501a57cb676.zip
Bugfix: Crear miembro staff
Diffstat (limited to 'cgi/templates/manage')
-rw-r--r--cgi/templates/manage/staff.html4
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>