mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 23:49:33 +00:00
9 lines
218 B
HTML
9 lines
218 B
HTML
{% 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 %}
|