From 84554ab6ff395010d79ffac8e3aa4021d8a8e0f5 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Tue, 4 Jun 2024 01:56:36 +0200 Subject: [PATCH] Open links in new tabs --- main/templates/main/main.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/templates/main/main.html b/main/templates/main/main.html index a6bcb85..677254a 100644 --- a/main/templates/main/main.html +++ b/main/templates/main/main.html @@ -29,7 +29,7 @@
{{ bar.name }}
ab {{ bar.start_time }} {% if bar.end_time %} bis ca {{ bar.end_time }}{% endif %}
- {{ bar.street }} + {{ bar.street }}

@@ -64,18 +64,18 @@
{{ bar.name }}
ab {{ bar.start_time }}

- {{ bar.street }}, {{ bar.zip_code }} {{ bar.city }} + {{ bar.street }}, {{ bar.zip_code }} {{ bar.city }}

{% if bar.website %} - Website + Website {% endif %} {% if bar.menu_url %} - Karte + Karte {% endif %}

{% if bar.instagram_id %} - Instagram + Instagram {% endif %}