mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-07 07:59:46 +00:00
9 lines
213 B
HTML
9 lines
213 B
HTML
{% extends "settings/base.html" %}
|
|
|
|
{% block subtitle %}Invites{% endblock %}
|
|
|
|
{% block content %}
|
|
<p>
|
|
Please use the <a href="/djadmin/users/invite/">Django Admin</a> for now.
|
|
</p>
|
|
{% endblock %}
|