Merge branch 'bug/button-create-poll-step-2' into 'develop'

bug/button-create-poll-step-2

See merge request framasoft/framadate!308
This commit is contained in:
Thomas Citharel 2018-04-21 11:56:56 +02:00
commit c4e9cb59d3

View File

@ -325,6 +325,7 @@
</div>
</div>
</div>
{* Collect users email *}
<div class="form-group">
@ -348,7 +349,12 @@
</div>
</div>
</div>
</div>
</div> {* END div.form-group *}
</div> {* END div.collapse *}
<p class="text-right">
<button name="{$goToStep2}" value="{$poll_type}" type="submit"
class="btn btn-success">{__('Step 1', 'Go to step 2')}</button>