mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix templates to point to the dynamic URL
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>TEST Auth</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen">
|
||||
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type="text/css" media="screen">
|
||||
{% block HeadTag %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user