diff --git a/templates/bootstrap/bootstrap-panel.html.twig b/templates/bootstrap/bootstrap-panel.html.twig
index 95a9214..48e5216 100644
--- a/templates/bootstrap/bootstrap-panel.html.twig
+++ b/templates/bootstrap/bootstrap-panel.html.twig
@@ -17,6 +17,7 @@ set classes = [
required ? 'form-required',
collapsible ? 'collapsible',
collapsed ? 'collapsed',
+ errors ? 'form-item--error has-error'
]
%}