mirror of https://github.com/raiots/TasksManager
feat: background at login page
This commit is contained in:
parent
b87ea4c9bd
commit
6103d632d0
|
@ -16,7 +16,7 @@
|
|||
<!-- Theme style -->
|
||||
<link rel="stylesheet" href="{% static 'tasks/dist/css/adminlte.min.css' %}">
|
||||
</head>
|
||||
<body class="hold-transition login-page">
|
||||
<body class="hold-transition login-page" style="background-image: url({% static 'tasks/images/peak_background.svg' %})">
|
||||
<div class="login-box">
|
||||
<!-- /.login-logo -->
|
||||
<div class="card card-outline card-primary">
|
||||
|
|
Loading…
Reference in New Issue