Commit f0f99ea801e44138f75933d59fd1a84a70057f76
1 parent
821b6fb8a0
Exists in
master
modify sys page
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
templates/login.html
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | <form name="loginform" action="/login/" method="post" onsubmit="return checkempty();" class="margin-bottom-0" autocomplete="off"> |
35 | 35 | {% csrf_token %} |
36 | 36 | <div class="form-group has-feedback"> |
37 | - <input type="text" id='username' name='username' class="form-control input-lg" placeholder="工号" /> | |
37 | + <input type="text" id='username' name='username' class="form-control input-lg" placeholder="用户名" /> | |
38 | 38 | <span class="glyphicon glyphicon-user form-control-feedback"></span> |
39 | 39 | </div> |
40 | 40 | <div class="form-group has-feedback"> |
... | ... | @@ -56,9 +56,6 @@ |
56 | 56 | </div><!-- /.col --> |
57 | 57 | </div> |
58 | 58 | </form> |
59 | - | |
60 | - <a href="">忘记密码</a><br> | |
61 | - <a href="class="text-center">账号申请</a> | |
62 | 59 | <p style="color:red">注意:本平台不支持IE,请使用chrome或者safari</p> |
63 | 60 | </div><!-- /.login-box-body --> |
64 | 61 | </div><!-- /.login-box --> | ... | ... |