From 9c5501378e99ae49c6bdd1d38a321b75cd442516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Wersd=C3=B6rfer?= Date: Sun, 15 Oct 2023 06:40:46 +0200 Subject: [PATCH] #107 workaround for hidden comment form error messages --- cast/static/css/bootstrap4/cast.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cast/static/css/bootstrap4/cast.css b/cast/static/css/bootstrap4/cast.css index 699f99e2..3898cfbd 100644 --- a/cast/static/css/bootstrap4/cast.css +++ b/cast/static/css/bootstrap4/cast.css @@ -195,3 +195,10 @@ margin-right: 10px; margin-left: 10px; } + +.invalid-feedback { + /* Workaround for django-fluentcomments error messages not showing up + See https://github.com/ephes/django-cast/issues/107 + */ + display: block; +}