Skip to content
Snippets Groups Projects
Commit 196f7965 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Move alias.js to local static

parent 8691421c
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!96More front
......@@ -4,12 +4,12 @@ Font-Awesome attribution is already done inside SVG files
*/
#login-form input[type="text"] {
background: #fff right 1rem top 50% / 5% no-repeat url('fa-user.svg');
background: #fff right 1rem top 50% / 5% no-repeat url('../img/fa-user.svg');
padding-right: 3rem;
}
#login-form input[type="password"] {
background: #fff right 1rem top 50% / 5% no-repeat url('fa-lock.svg');
background: #fff right 1rem top 50% / 5% no-repeat url('../img/fa-lock.svg');
padding-right: 3rem;
}
......
......@@ -7,7 +7,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
{% block contenttitle %}{% endblock %}
{% block extracss %}
<link rel="stylesheet" href="{% static "registration/login.css" %}">
<link rel="stylesheet" href="{% static "registration/css/login.css" %}">
{% endblock %}
{% block content %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment