From a65166d85599a8b4c91cafe6640bf62a1166d464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org> Date: Sat, 4 Feb 2023 14:20:35 +0100 Subject: [PATCH] Display meeting info better in leading headline --- scipost_django/forums/templates/forums/forum_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scipost_django/forums/templates/forums/forum_detail.html b/scipost_django/forums/templates/forums/forum_detail.html index 17c4614c5..f5e015fe6 100644 --- a/scipost_django/forums/templates/forums/forum_detail.html +++ b/scipost_django/forums/templates/forums/forum_detail.html @@ -22,8 +22,8 @@ {% if forum.meeting %} {% with context_colors=forum.meeting.context_colors %} <span class="badge bg-{{ context_colors.bg }} mx-0 mb-2 p-2 text-{{ context_colors.text }}"> - {{ context_colors.message }} - <span class="small text-muted"> [{{ forum.meeting.date_from|date:"Y-m-d" }} to {{ forum.meeting.date_until|date:"Y-m-d" }}]</span> + {{ context_colors.message }}  + <span class="small"> [{{ forum.meeting.date_from|date:"Y-m-d" }} to {{ forum.meeting.date_until|date:"Y-m-d" }}]</span> </span> {% endwith %} <br/> -- GitLab