summaryrefslogtreecommitdiffstats
path: root/templates/admin/invites.html
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-18 00:09:04 -0700
committerAndrew Godwin2022-11-18 00:09:04 -0700
commit1b44a253316a84f40070264ea8134c86d1223441 (patch)
tree2caa56d54a8e81f14649b826f9f3ef5a7c1326ae /templates/admin/invites.html
parentb3072c81ba73a16381366960841b6c294cc1fa6e (diff)
downloadtakahe-1b44a253316a84f40070264ea8134c86d1223441.tar.gz
takahe-1b44a253316a84f40070264ea8134c86d1223441.tar.bz2
takahe-1b44a253316a84f40070264ea8134c86d1223441.zip
Signup and invite tweaks
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 %}