aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/staff.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/manage/staff.html')
-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>