{% extends "main/index.html" %} {% load static %} {% load i18n %} {% block includes_static %} {% endblock %} {% block user_settings %} {% include 'main/add_key.html' %} {# todo refactoring: move to user #}
|
||||||||||||||||||||||||
{% include 'main/list_keys.html' %}
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
{% include 'main/change_user_password.html' %} |
||||||||||||||||||||||||
|
||||||||||||||||||||||||
{% include 'main/two_factor_auth_render.html' %} |
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
|