+
+ Anmelden
+Melde dich an, um Konzerte hinzuzufügen oder zu bearbeiten.
+diff --git a/app/templates/index.html b/app/templates/index.html index 70b3223..cb99e5d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -57,6 +57,10 @@ gap: 15px; } + .past-concerts-title { + margin: 28px 0 0; + } + .concert-card { display: block; padding: 22px; @@ -150,11 +154,11 @@ - {% if concerts %} + {% if upcoming_concerts or past_concerts %}
Melde dich an, um Konzerte hinzuzufügen oder zu bearbeiten.
+