{% extends "root.html" %} {% block main %}

About

This is a simple demo app for development and testing of django-otp. The home page just displays your current authentication status. The navbar contains links to views with different combinations of decorators to force authentication and/or verification. All views redirect to the home page, where you can see the result.

There are also links to the admin site (with and without OTP required), plus links directly to the login page (with out without OTP required).

{% endblock %}