From 57e508f33141ce0eee16cc47bf96953b8f7b74b3 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sat, 20 Jan 2018 22:26:21 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=20=E5=A7=93=E5=90=8D=E5=92=8C?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/users/templates/users/_user.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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" %}