diff --git a/templates/add_account.html b/templates/add_account.html index 4e3a8c2..2e316de 100644 --- a/templates/add_account.html +++ b/templates/add_account.html @@ -30,6 +30,17 @@ {% block content %}

Add Account

+
+ +
@@ -123,4 +134,16 @@ }); }); + {% if error %} + + {% endif %} {% endblock %}