diff --git a/proposals/templates/proposals/talk_detail.html b/proposals/templates/proposals/talk_detail.html index 7351414..d2cedf1 100644 --- a/proposals/templates/proposals/talk_detail.html +++ b/proposals/templates/proposals/talk_detail.html @@ -22,7 +22,7 @@

{% trans "Description:" %}

-

{% if talk.description %}{{ talk.description }}{% else %}{% trans "No description provided." %}{% endif %}

+
{% if talk.description %}{{ talk.description }}{% else %}{% trans "No description provided." %}{% endif %}

{% trans "Speakers:" %}