diff --git a/src/forest/templates/settings/profile.html b/src/forest/templates/settings/profile.html index 4d5f854..4a03df6 100644 --- a/src/forest/templates/settings/profile.html +++ b/src/forest/templates/settings/profile.html @@ -3,25 +3,25 @@ {% block title %}Edit Profile{% endblock %} {% block page_content %} -
- {% block sidebar %} -
+
+{% block sidebar %} +
-
- {% include "/settings/acc_avatar.html" %} -
-
- {% include "/settings/acc_info.html" %} -
+
+ {% include "/settings/acc_avatar.html" %} +
+
+ {% include "/settings/acc_info.html" %}
- {% endblock %} +
+{% endblock %} -
-
-
Profile Info
-
-
+
+
+
Profile Info
+
+

{{ form.name.label }}
{{ form.name(style="width: 80%;") }}
{% for error in form.name.errors %} @@ -67,33 +67,27 @@

-
-
- - -
-
2-Factor Authentication
-
+
+
2-Factor Authentication
+

1. Please install FreeOTP on your mobile device. iTunes | Google Play
2. Scan using the application your QR code.
-
+
3. After the code is properly loaded in the FreeOTP app, you may activate the 2FA login with the following checkbox:

{{ form.twofactor }} {{ form.twofactor.label }}

-
-
+
+

{{ form.csrf_token() }} {{ form.submit }}

- - -
+
{% endblock %}