Skip to content

Commit 29fc016

Browse files
SergioVeniciorenzon
authored andcommitted
Correct status code template 404.html close #529
1 parent aa107a6 commit 29fc016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonpro/core/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container">
88
<div class="row">
99
<div class="col-6">
10-
<h1 class="mt-4">401</h1>
10+
<h1 class="mt-4">404</h1>
1111
<h2>Página não encontrada</h2>
1212
<p>O endereço que você solicitou não existe.</p>
1313

0 commit comments

Comments
 (0)