diff --git a/TODO b/TODO
index b7aeccf6..78ab1db5 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@
* plugins: option to define custom requirements check in json file, to check if system meets the requirement
* add support for defining max myaac version in plugin.json file
* cache Menus in templates
- * don't show error indicators on first time load - createaccount page
* semantic versioning support for plugins (github.com/composer/semver)
* add some notice to the user that installing step "Import Schema" will take some time
diff --git a/system/templates/account.create.html.twig b/system/templates/account.create.html.twig
index fe5f18b9..f2053ea9 100644
--- a/system/templates/account.create.html.twig
+++ b/system/templates/account.create.html.twig
@@ -27,7 +27,7 @@ Also you have to agree to the terms presented below. If you have done so, your a
-
+
{% if errors.account is defined %}{{ errors.account }}{% endif %}
@@ -37,7 +37,7 @@ Also you have to agree to the terms presented below. If you have done so, your a
-
+
{% if errors.email is defined %}{{ errors.email }}{% endif %}
@@ -65,7 +65,7 @@ Also you have to agree to the terms presented below. If you have done so, your a
-
+
{% if errors.password is defined %}{{ errors.password }}{% endif %}
@@ -75,7 +75,7 @@ Also you have to agree to the terms presented below. If you have done so, your a
-
+
{% if errors.password is defined %}{{ errors.password }}{% endif %}