Applying the password restriction in studs.

This commit is contained in:
Antonin 2015-10-28 17:30:42 +01:00
parent 1ec9ea2dd5
commit c194d9a43f
15 changed files with 271 additions and 114 deletions

View file

@ -370,5 +370,7 @@ $smarty->assign('editingVoteId', $editingVoteId);
$smarty->assign('message', $message);
$smarty->assign('admin', true);
$smarty->assign('hidden', false);
$smarty->assign('accessGranted', true);
$smarty->assign('resultPubliclyVisible', true);
$smarty->display('studs.tpl');