diff --git a/create_date_poll.php b/create_date_poll.php
index 2c47aba385abb1b93651114c44ca8571f3fcf426..54c4e1cd2b167c5111ed4cd31dce7f22b52a1185 100644
--- a/create_date_poll.php
+++ b/create_date_poll.php
@@ -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');