Applying the password restriction in studs.

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

View file

@ -371,5 +371,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');