Skip to content

Commit 3cae0e9

Browse files
committed
Update app/templates
1 parent 7d3e55c commit 3cae0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<body style="background-color:black;">
3434
<header class="nb navbar navbar-light bg-light">
3535
<div class="container-fluid">
36-
<a class="navbar-brand" href="{{ url_for('routes.index') }}">
36+
<a class="navbar-brand" href="{{ url_for('index') }}">
3737
<img src="{{ url_for('static', filename='img/favicon/favicon-192x192.png') }}"
3838
alt="gcrypter-logo" class="brand-img">
3939
</a>

0 commit comments

Comments
 (0)