diff --git a/seahub/profile/templates/profile/set_profile.html b/seahub/profile/templates/profile/set_profile.html index 495fb8dccc..54911746b6 100644 --- a/seahub/profile/templates/profile/set_profile.html +++ b/seahub/profile/templates/profile/set_profile.html @@ -49,9 +49,12 @@
{% csrf_token %} + + {% if ENABLE_UPDATE_USER_INFO %} {% for error in form.nickname.errors %} {{ error|escape }} {% endfor %} + {% endif %}
{% if form.data.login_id %}