Skip to content

Commit 53bcfac

Browse files
Issue #3527810 by richardgaunt, fionamorrison23, joshua1234511: Site is broken when trying to view a node that references an archived webform (#1406)
1 parent 07aaa32 commit 53bcfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/themes/contrib/civictheme/templates/misc/status-messages.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% for message in messages %}
99
{% include 'civictheme:message' with {
1010
title: status_headings[type] ? status_headings[type] : type|capitalize,
11-
description: message|render,
11+
content: message|render,
1212
type: (type == 'status' or type == 'info') ? 'information' : type,
1313
vertical_spacing: 'both',
1414
} only %}

0 commit comments

Comments
 (0)