Skip to content

Commit d128ca4

Browse files
authored
Merge pull request #37 from christianp/fix-404-home-link
fix reference to homepage in 404.html
2 parents 3ea0e21 + 01b9573 commit d128ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicero/templates/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="row">
99
<h1>Page Not Found</h1>
1010
What you were looking for is just not there. Go somewhere
11-
<a href="{{ url_for('home') }}">nice</a>.
11+
<a href="{{ url_for('git.home') }}">nice</a>.
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)