1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

Modify page

This commit is contained in:
plt
2012-08-01 23:47:01 +08:00
parent 7a419c1236
commit 127aece255
2 changed files with 3 additions and 3 deletions

View File

@@ -5,9 +5,9 @@
<h2>登录</h2>
<form action="" method="post" class="login-form">
<label for="username">邮箱:</label>
<input type="text" name="username" value="" autocomplete="off" />
<input type="text" id="id_username" name="username" value="" autocomplete="off" />
<label for="password">密码:</label>
<input type="password" name="password" value="" autocomplete="off" />
<input type="password" id="id_password" name="password" value="" autocomplete="off" />
<p class="error hide"></p>
<input type="submit" value="提交" class="submit" />
<a href="{{ SITE_ROOT }}accounts/password/reset/">忘记密码?</a>