Mke login.css working

This commit is contained in:
2025-01-31 15:21:28 +01:00
parent 120382aa3e
commit 4fd09afe84

View File

@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="{% static 'accounts/css/base.css' %}">
<link rel="stylesheet" href="{% static 'accounts/css/login.css' %}">
<link rel="stylesheet" href="{% block stylesheet_path %}{% endblock %}">
</head>
<body>