{% extends 'base.html' %} {% load static %} {% block content %}

Security Settings

Change Password

{% csrf_token %}

Two-Factor Authentication

{% csrf_token %}
{{ form.two_factor_enabled }}

Two-factor authentication adds an extra layer of security to your account. When enabled, you'll need to enter a code sent to your email when logging in from a new device.

{% endblock %}