summaryrefslogtreecommitdiffstats
path: root/templates/admin/identities.html
blob: 556e915bcea4b5c18ba682ed5faa60159c22e3d0 (plain)
1
2
3
4
5
6
7
8
9
{% extends "settings/base.html" %}

{% block subtitle %}Identities{% endblock %}

{% block content %}
    <p>
        Please use the <a href="/djadmin/users/identity/">Django Admin</a> for now.
    </p>
{% endblock %}