summaryrefslogtreecommitdiff
path: root/templates/pages/auth.django
blob: 2c4c372527810656526dcd077d89860272561df5 (plain)
1
2
3
4
5
{% extends "layouts/base.django" %}

{% block content %}
You will be authenticated here.
{% endblock %}