Skip to content
Snippets Groups Projects
Verified Commit 9dd46232 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

404

parent b0a95aa1
Branches
No related tags found
No related merge requests found
Pipeline #9237 passed
......@@ -12,7 +12,7 @@ sub redirect ($c) {
})->first;
if ( ! $shortcut ) {
$c->render( status => 404, text => 'not found' );
$c->render( '404', status => 404 );
return;
}
......
% layout 'default';
<h1 class="head-alt-md md:head-alt-lg max-w-5xl mb-8">Zkratka "<%= $c->stash->{shortcut} %>" neexistuje</h1>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment