mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-19 13:18:23 +02:00
11 lines
368 B
HTML
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 %}
|