From fcab9ac164bf83d5e16184f73127cd5b615eb699 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 18 Apr 2013 22:32:38 +0100 Subject: [PATCH] Hide address/map for Online only stores. --- app/stores/templates/stores/store_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/stores/templates/stores/store_detail.html b/app/stores/templates/stores/store_detail.html index e8507c8..3b5509a 100644 --- a/app/stores/templates/stores/store_detail.html +++ b/app/stores/templates/stores/store_detail.html @@ -20,6 +20,7 @@ {% endblock %} {% block scripts %} +{% if store.store_type != 2 %} +{% endif %} {% endblock %} {% block content %} @@ -88,12 +90,16 @@ $(document).ready(function(){initialize_map_store()});

Address

@@ -107,11 +113,13 @@ $(document).ready(function(){initialize_map_store()}); {% endfor %} + {% if store.store_type != 2 %}
+ {% endif %}

Last Updated: {{ store.changed }}