Skip to content

Commit

Permalink
save margin at event list description
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 16, 2024
1 parent f77095f commit bd23197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/main/bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1>{{ bar.name }}</h1>
<h6 class="text-secondary mb-0 mt-3 mt-sm-0"> {{ event.start_date }} </h6>
<h2> {{ event.name }}</h2>
{% if event.description %}
<p>{{ event.description|linebreaksbr }}</p>
<p class="mb-0">{{ event.description|linebreaksbr }}</p>
{% endif %}
<div class="position-relative mt-auto left-0 bottom-0">
<a type="button" class="btn btn-dark" href="{% url 'download_event_ics' event_id=event.id %}">
Expand Down

0 comments on commit bd23197

Please sign in to comment.