lenticular_cloud2/lenticular_cloud/template/frontend/totp_new.html.j2

21 lines
258 B
Plaintext
Raw Normal View History

2020-05-10 12:34:28 +00:00
{% extends 'frontend/base.html.j2' %}
{% block title %}{{ gettext('2FA - TOTP - New') }}{% endblock %}
{% block content %}
{{ render_form(form) }}
<div id="svg-container">
</div>
{% endblock %}
{% block script_js %}
totp.init_new();
{% endblock %}