mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-02 14:22:09 +00:00
Fix: Re-add 'choices' to smarty
This commit is contained in:
parent
5660a42215
commit
433687beaa
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ if (!isset($_SESSION['form']->title) || !isset($_SESSION['form']->admin_name) ||
|
|||
|
||||
// Display step 2
|
||||
$smarty->assign('title', __('Step 2 date', 'Poll dates (2 on 3)'));
|
||||
$smarty->assign('choices', $_SESSION['form']->getChoices());
|
||||
|
||||
$smarty->display('create_date_poll_step_2.tpl');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue