Spaces:
Sleeping
Sleeping
fix registration.html
Browse files
project/users/templates/registration.html
CHANGED
@@ -12,10 +12,9 @@
|
|
12 |
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet">
|
13 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
|
14 |
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
15 |
-
|
16 |
-
<link rel="stylesheet" href="{{ url_for('static', path='/css/auth.css') }}"
|
17 |
-
|
18 |
-
<!-- crossorigin="anonymous"></script>-->
|
19 |
</head>
|
20 |
<body class="bg-auth">
|
21 |
<div id="layoutAuthentication">
|
@@ -157,7 +156,7 @@
|
|
157 |
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
158 |
crossorigin="anonymous"></script>
|
159 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
160 |
-
|
161 |
-
|
162 |
</body>
|
163 |
</html>
|
|
|
12 |
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet">
|
13 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
|
14 |
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
15 |
+
<link rel="stylesheet" href="../../../static/css/auth.css">
|
16 |
+
{# <link rel="stylesheet" href="{{ url_for('static', path='/css/auth.css') }}">#}
|
17 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js" crossorigin="anonymous"></script>
|
|
|
18 |
</head>
|
19 |
<body class="bg-auth">
|
20 |
<div id="layoutAuthentication">
|
|
|
156 |
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
157 |
crossorigin="anonymous"></script>
|
158 |
<script src="https://kit.fontawesome.com/d4ffd37f75.js" crossorigin="anonymous"></script>
|
159 |
+
{#<script type="text/javascript" src="{{ url_for('static', path='/js/users/register.js') }}"></script>#}
|
160 |
+
<script type="text/javascript" src="../../../static/js/users/register.js"></script>
|
161 |
</body>
|
162 |
</html>
|