diff --git a/templates/juser/user_add.html b/templates/juser/user_add.html index dd2f0ae41..1aa9bbcac 100644 --- a/templates/juser/user_add.html +++ b/templates/juser/user_add.html @@ -27,7 +27,13 @@
-
+ + {% if error %} +
{{ error }}
+ {% endif %} + {% if msg %} +
{{ msg }}
+ {% endif %}