diff --git a/templates/user/edit.html b/templates/user/edit.html index 77afdd62..8d87f1fc 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -4,6 +4,13 @@ {% block content %}
+ {% if form.errors %} + {{ Alert('There were some errors', + message="

Please see below.

", + level='error' + ) }} + {% endif %} + {% if updated %} {{ Alert('User information updated.', level='success') }} {% endif %}