404
This commit is contained in:
@@ -78,7 +78,7 @@ use Dojo::Model::Users;
|
||||
my $c = shift;
|
||||
my $whatever = $c->param('whatever');
|
||||
$c->stash(layout=>'clean');
|
||||
$c->render(template=>'home/not_found');
|
||||
$c->render(template=>'home/not_found', status=>404);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user