mirror of https://github.com/raiots/TasksManager
修复登入界面的bug
This commit is contained in:
parent
6ef6ecff5b
commit
4748f2b290
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>AdminLTE 3 | Log in (v2)</title>
|
<title>任务管理系统</title>
|
||||||
|
|
||||||
<!-- Google Font: Source Sans Pro -->
|
<!-- Google Font: Source Sans Pro -->
|
||||||
<link rel="stylesheet" href="{% static 'tasks/dist/css/googlefont.css' %}">
|
<link rel="stylesheet" href="{% static 'tasks/dist/css/googlefont.css' %}">
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<!-- /.login-logo -->
|
<!-- /.login-logo -->
|
||||||
<div class="card card-outline card-primary">
|
<div class="card card-outline card-primary">
|
||||||
<div class="card-header text-center">
|
<div class="card-header text-center">
|
||||||
<a href="../../index2.html" class="h1"><b>任务</b>管理系统</a>
|
<a href="{% url 'tasks:index' %}" class="h1"><b>任务</b>管理系统</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<p class="login-box-msg">登录以继续</p>
|
<p class="login-box-msg">登录以继续</p>
|
||||||
|
@ -68,9 +68,9 @@
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p class="mb-1">
|
{# <p class="mb-1">#}
|
||||||
<a href="forgot-password.html">无法登录?</a>
|
{# <a href="#">无法登录?</a>#}
|
||||||
</p>
|
{# </p>#}
|
||||||
</div>
|
</div>
|
||||||
<!-- /.card-body -->
|
<!-- /.card-body -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue