mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:49:48 -04:00
Add link and placeholder view for managing a security key
This commit is contained in:
17
app/templates/views/user-profile/manage-security-key.html
Normal file
17
app/templates/views/user-profile/manage-security-key.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user