Update for schedule forms
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 23 Aug 2017 18:00:39 +0000 (14:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 23 Aug 2017 18:00:39 +0000 (14:00 -0400)
Need ending form tag for off Canvas.

views/front/apis/schedule.html

index 5bf63df..754b2b4 100644 (file)
@@ -139,7 +139,7 @@ jQuery(document).ready(function(){
     <div id="inside_schedule_wrapper" class="common_schedule_wrapper">
 {/if}
 {$content}
-{if $inDropDown}
+{if $inDropDown || $offCanvas}
     </form>
 {/if}
 </div>