diff --git a/lib/Dojo.pm b/lib/Dojo.pm index fc361dd..91a066d 100755 --- a/lib/Dojo.pm +++ b/lib/Dojo.pm @@ -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); }); }