From b041591133ecf10b3508bd58aab07945dd65a5b3 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sun, 12 Apr 2020 19:43:46 +0200 Subject: [PATCH] Prettify Settings --- app/dashboard/templates/dashboard/setting.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index f586a45e..231d080a 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -27,7 +27,7 @@
- Change Email Address + Email Address
@@ -60,9 +60,12 @@
- Change Profile + Profile
-
+
+ These informations will be filled up automatically when you use "Sign in with SimpleLogin" button +
+
{{ form.name(class="form-control", value=current_user.name) }} {{ render_field_errors(form.name) }}