{% extends "_base.html" %} {% load i18n %} {% block title %}{% trans "django-two-factor-auth – Demo Application" %}{% endblock %} {% block nav_home %}active{% endblock %} {% block content %}
{% blocktrans %}Welcome to the example app of
django-two-factor-auth
. Use this example to get an
understanding of what the app can do for you.{% endblocktrans %}
{% blocktrans %}Have you provided your Twilio settings in the
settings_private.py
file? By doing so, the example app will
be able to call and text you to verify your authentication tokens.
Otherwise, the tokens will be shown on the screen.{% endblocktrans %}