Files
notifications-admin/app/templates/views/user-profile/manage-security-key.html

18 lines
352 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
{% from "components/page-header.html" import page_header %}
{% set page_title = 'Manage security key' %}
{% block per_page_title %}
{{ page_title }}
{% endblock %}
{% block maincolumn_content %}
{{ page_header(
page_title,
back_link=url_for('.user_profile_security_keys')
) }}
{% endblock %}