commit | 4e9fbcb7440a4959a44f2e84d1331964a6dac65d | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Jul 15 11:45:09 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Jul 15 11:45:09 2014 +0000 |
tree | d481d59967fabe88395861033fb06f365a0c0932 | |
parent | 7cad8406d779fc839ba41bf8ad75166c5b66f2f0 [diff] [blame] |
Some canges in the tutorial section
diff --git a/lib/Korap/Tutorial.pm b/lib/Korap/Tutorial.pm index 3da233a..f9d99da 100644 --- a/lib/Korap/Tutorial.pm +++ b/lib/Korap/Tutorial.pm
@@ -14,10 +14,10 @@ $c->title('KorAP'); my $page = $c->stash('tutorial'); - - $c->render(template => 'tutorial'); + return $c->render(template => 'tutorial/' . $page); }; + 1;