summaryrefslogtreecommitdiffstats
path: root/templates/admin/invites.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/invites.html')
-rw-r--r--templates/admin/invites.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/admin/invites.html b/templates/admin/invites.html
new file mode 100644
index 0000000..14e05f3
--- /dev/null
+++ b/templates/admin/invites.html
@@ -0,0 +1,9 @@
+{% 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 %}