summaryrefslogtreecommitdiffstats
path: root/templates/admin/identities.html
blob: 86e70dbc42ddee993abc13f12d2288efafffb17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}

{% block title %}Identities - Admin{% endblock %}

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