mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-06 15:39:38 +00:00
9 lines
209 B
HTML
9 lines
209 B
HTML
{% extends "settings/base.html" %}
|
|
|
|
{% block subtitle %}Users{% endblock %}
|
|
|
|
{% block content %}
|
|
<p>
|
|
Please use the <a href="/djadmin/users/user/">Django Admin</a> for now.
|
|
</p>
|
|
{% endblock %}
|