diff --git a/app/stores/templates/stores/store_detail.html b/app/stores/templates/stores/store_detail.html index 44d0381..5fb7712 100644 --- a/app/stores/templates/stores/store_detail.html +++ b/app/stores/templates/stores/store_detail.html @@ -78,7 +78,7 @@ $(document).ready(function(){initialize_map_store()}); {% if store.address.address2 %}
  • {{ store.address.address2 }}
  • {% endif %} {% if store.address.address3 %}
  • {{ store.address.address3 }}
  • {% endif %}
  • {{ store.address.city }}
  • -
  • {{ store.address.county }}
  • + {% if store.address.county %}
  • {{ store.address.county }}
  • {% endif %}
  • {{ store.address.postcode }}
  • {{ store.address.country }}