mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 02:14:06 +00:00
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:
parent
8d543f7c23
commit
de18f826f0
6 changed files with 3 additions and 11 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue