The name can be any value.

There is no reason to limit the caracters that can be used in the name.
Thus, removing the regex.

Fix #97
This commit is contained in:
Antonin 2015-10-12 21:26:13 +02:00
parent 8d543f7c23
commit de18f826f0
6 changed files with 3 additions and 11 deletions

View file

@ -431,6 +431,5 @@ $smarty->assign('editingVoteId', $editingVoteId);
$smarty->assign('message', $message);
$smarty->assign('admin', true);
$smarty->assign('hidden', false);
$smarty->assign('parameter_name_regex', NAME_REGEX);
$smarty->display('studs.tpl');