6 lines
135 B
HTML
6 lines
135 B
HTML
{% extends "account/base.html" %}
|
|
{% load i18n %}
|
|
{% block head_title %}
|
|
{% trans "Authenticator App" %}
|
|
{% endblock head_title %}
|