diff --git a/cms/templates/html_error.html b/cms/templates/html_error.html index 7bc75ad0a9..f0f82d959b 100644 --- a/cms/templates/html_error.html +++ b/cms/templates/html_error.html @@ -3,19 +3,25 @@ <%block name="bodyclass">error%block> <%block name="content"> -
- ${_("Error message:")} -
- -
- ${message | h}
-
-
- % endif
+ You can try re-editing your component to check that your syntax is correct.
+ + % if message: ++ ${_("Error message:")} + ${message | h} +
+ % endif + + +