This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/templates/admin/identities.html

10 lines
218 B
HTML
Raw Normal View History

2022-11-18 01:43:00 +01:00
{% extends "settings/base.html" %}
2022-11-18 01:43:00 +01:00
{% block subtitle %}Identities{% endblock %}
{% block content %}
2022-11-18 01:43:00 +01:00
<p>
Please use the <a href="/djadmin/users/identity/">Django Admin</a> for now.
</p>
{% endblock %}