]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Pb/Entry.pm
Add problem owner and author
[gruntmaster-page.git] / lib / Gruntmaster / Page / Pb / Entry.pm
index dbf66b47457f419d8dbc4403468f2f00650cabad..0516053f7db69bcdeed547bd9e4c4f432a68f90e 100644 (file)
@@ -44,6 +44,8 @@ sub _generate{
        $htc->param(id => $id);
        local $Gruntmaster::Data::contest = $contest if $contest;
        $htc->param(name => problem_name $id);
+       $htc->param(author => problem_author $id);
+       $htc->param(owner => problem_owner $id);
        $htc->param(statement => problem_statement $id);
 }
 
This page took 0.016341 seconds and 4 git commands to generate.