diff --git a/src/kasu/templates/base.html b/src/kasu/templates/base.html index 49f65ce..bb6a392 100644 --- a/src/kasu/templates/base.html +++ b/src/kasu/templates/base.html @@ -73,7 +73,9 @@
  • {% trans "Start" %}:
  • -
  • {% trans "Location" %}: {{ current_event.location }}
  • +
  • {% trans "Location" %}: {{ current_event.location }} + - {{current_event.location.street_address}}, {{current_event.location.postal_code}} {{current_event.location.locality}} +
  • {% trans "More Details" %}
    @@ -85,7 +87,9 @@
  • {% trans "Start" %}:
  • -
  • {% trans "Location" %}: {{ next_event.location }}
  • +
  • {% trans "Location" %}: {{ next_event.location }} + - {{next_event.location.street_address}}, {{next_event.location.postal_code}} {{next_event.location.locality}} +
  • {% trans "More Details" %}