From 454f899e49997c7c05cde86d4c62073c898b5261 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 10 Sep 2018 16:18:43 -0400 Subject: [PATCH] Getting leaflet to work Updating the reg detail page for leaflet. --- css/front.css | 2 +- views/front/registrations/registration.html | 84 ++++++++++++++++----- 2 files changed, 66 insertions(+), 20 deletions(-) diff --git a/css/front.css b/css/front.css index 650ed58..85f383f 100644 --- a/css/front.css +++ b/css/front.css @@ -54,7 +54,7 @@ margin: 0; height: 250px; overflow: hidden; - background: url('../assets/fingerUpRed.png'); + /* background: url('../assets/fingerUpRed.png'); */ background-position: center center; background-size: cover; position: relative; diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index a150783..8e83465 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -2,6 +2,17 @@ {* Underscore Templates for the Event Registration App *} {* Template for Logged in Account *} +{if $settings.selected_map_interface == 1} + + + + +{/if} +{if $settings.selected_map_interface == 2} + + +{/if} + {literal}