labelbase/templates/secret.html
2023-02-02 16:56:21 +00:00

11 lines
368 B
HTML

{% extends "_base.html" %}
{% load i18n %}
{% block nav_secret %}active{% endblock %}
{% block content %}
<h1>{% block title %}{% trans "Secret Page" %}{% endblock %}</h1>
<p>{% blocktrans trimmed %}Congratulations, you've made it. You have successfully
enabled two-factor authentication and logged in with your token.{% endblocktrans %}</p>
{% endblock %}