mirror of https://github.com/jumpserver/jumpserver
15 lines
365 B
Python
15 lines
365 B
Python
{% extends 'users/_base_otp.html' %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
|
|
{% block small_title %}
|
|
{% trans 'Enable OTP' %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<hr style="width: 500px; margin: 10px auto auto;">
|
|
<a type="submit" class="next" href="{% url 'authentication:user-otp-enable-install-app' %}" >
|
|
{% trans 'Next' %}
|
|
</a>
|
|
{% endblock %}
|