We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3e55c commit 3cae0e9Copy full SHA for 3cae0e9
1 file changed
app/templates/base.html
@@ -33,7 +33,7 @@
33
<body style="background-color:black;">
34
<header class="nb navbar navbar-light bg-light">
35
<div class="container-fluid">
36
- <a class="navbar-brand" href="{{ url_for('routes.index') }}">
+ <a class="navbar-brand" href="{{ url_for('index') }}">
37
<img src="{{ url_for('static', filename='img/favicon/favicon-192x192.png') }}"
38
alt="gcrypter-logo" class="brand-img">
39
</a>
0 commit comments