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) }}