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/invites.html

10 lines
213 B
HTML
Raw Normal View History

2022-11-18 08:09:04 +01: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 %}