diff --git a/plinth/templates/notifications.html b/plinth/templates/notifications.html
index 7a26e8b13..5b9a2c738 100644
--- a/plinth/templates/notifications.html
+++ b/plinth/templates/notifications.html
@@ -8,7 +8,7 @@
{% load static %}
{% if notifications %}
-
+
{% for note in notifications %}
-
diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css
index cc9f58bc4..c0e751cff 100644
--- a/static/themes/default/css/main.css
+++ b/static/themes/default/css/main.css
@@ -495,7 +495,7 @@ footer {
}
/* No-JS fallbacks for collapsible content */
-.no-js .collapse {
+.no-js .collapse:not(.no-no-js) {
display: block;
}