Move alias.js to local static
This commit is contained in:
parent
8691421ce3
commit
196f796570
5 changed files with 3 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue