mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
Modify page
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user