takahe/templates/admin/invites.html

10 wiersze
213 B
HTML
Czysty Zwykły widok Historia

2022-11-18 07:09:04 +00:00
{% 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 %}