From 75261cfaf644778325f76a110d7a1aca5f3edf5f Mon Sep 17 00:00:00 2001 From: llj Date: Sat, 11 Mar 2017 13:43:37 +0800 Subject: [PATCH] [settings] modification for custom --- seahub/profile/templates/profile/set_profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seahub/profile/templates/profile/set_profile.html b/seahub/profile/templates/profile/set_profile.html index 3644feae3b..5aa99d10e6 100644 --- a/seahub/profile/templates/profile/set_profile.html +++ b/seahub/profile/templates/profile/set_profile.html @@ -17,7 +17,7 @@ {% if two_factor_auth_enabled %}
  • {% trans "Two-Factor Authentication" %}
  • {% endif %} -
  • {% trans "Delete Account" %}
  • +
  • {% trans "Delete Account" %}
  • @@ -37,7 +37,7 @@
    {% csrf_token %} {% if not is_ldap_user %} - {% trans "Update" %}
    +
    {% trans "Update" %}
    {% endif %} {% for error in form.nickname.errors %}