diff --git a/templates/backOffice/default/category-edit.html b/templates/backOffice/default/category-edit.html index b2011dea2..103aef851 100755 --- a/templates/backOffice/default/category-edit.html +++ b/templates/backOffice/default/category-edit.html @@ -68,7 +68,8 @@ {/form_field} - {if $form_error and $form_error_message}{include file='includes/notifications.html' message=$form_error_message}{/if} + {* Display error message if exist *} + {include file='includes/notifications.html' message=$form_error_message}