Skip to content

Commit

Permalink
Fixed 500 error for gui
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Nov 3, 2024
1 parent 27e302c commit b95d603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png) }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon(Nicoladipa).png') }}" type="image/x-icon">
<title>Login</title>
</head>
<body>
Expand Down

0 comments on commit b95d603

Please sign in to comment.