diff --git a/apps/users/templates/users/_user.html b/apps/users/templates/users/_user.html index b33abce51..fe76954f0 100644 --- a/apps/users/templates/users/_user.html +++ b/apps/users/templates/users/_user.html @@ -11,8 +11,8 @@
{% csrf_token %}

{% trans 'Account' %}

- {% bootstrap_field form.username layout="horizontal" %} {% bootstrap_field form.name layout="horizontal" %} + {% bootstrap_field form.username layout="horizontal" %} {% bootstrap_field form.email layout="horizontal" %} {% bootstrap_field form.groups layout="horizontal" %} @@ -32,12 +32,6 @@ {{ form.date_expired.errors }} -{#
#} -{# #} -{#
#} -{# {{ form.enable_otp }}#} -{#
#} -{#
#}

{% trans 'Profile' %}

{% bootstrap_field form.phone layout="horizontal" %}