{% extends "main/index.html" %} {% load static %} {% load i18n %} {% block includes_static %} {% endblock %} {% block user_settings %} {% if request.user.is_admin %} {% include 'main/add_key.html' %} {% endif %} {# todo refactoring: move to user #}
|
|
||||||||||||||||||||||||||||
|
{% include 'main/list_keys.html' %}
|
||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|
{% include 'main/change_user_password.html' %} |
||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|
{% if not user.is_2fa_active %} {% trans '2fa setup required' %} {% endif %} {% include 'main/two_factor_auth_render.html' %} |
||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||
|