From f5c1fa53110ba1c22d422a34a3b794d6773fec85 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Sun, 16 Jun 2024 03:30:16 +0200 Subject: [PATCH] bar: events: fix nested p and bottom margin --- main/templates/main/bar.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/main/templates/main/bar.html b/main/templates/main/bar.html index 9893d6b..105afbf 100644 --- a/main/templates/main/bar.html +++ b/main/templates/main/bar.html @@ -105,6 +105,11 @@

{{ bar.name }}

+
{% for event in events %}
@@ -117,7 +122,9 @@

{{ bar.name }}

{{ event.start_date }}

{{ event.name }}

{% if event.description %} -

{{ event.description|linebreaks }}

+
+ {{ event.description|linebreaks }} +
{% endif %}