From 5b34ea46c3f458a174c5443714ade43c21defdac Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 16 Nov 2022 21:42:25 -0700 Subject: Call it admin rather than system settings --- .../settings/settings_system_domain_create.html | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 templates/settings/settings_system_domain_create.html (limited to 'templates/settings/settings_system_domain_create.html') diff --git a/templates/settings/settings_system_domain_create.html b/templates/settings/settings_system_domain_create.html deleted file mode 100644 index 54d3640..0000000 --- a/templates/settings/settings_system_domain_create.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Add Domain - System Settings{% endblock %} - -{% block content %} - {% block menu %} - {% include "settings/_settings_system_menu.html" %} - {% endblock %} -
-

Add A Domain

-

- Use this form to add a domain that your users can create identities - on. -

-

- Takahē supports multiple domains per server, but note that when - identities are created they are fixed to their chosen domain, - and you will not be able to delete a domain with identities on it. -

-

- If you will be serving Takahē on the domain you choose, you can leave - the "service domain" field blank. If you would like to let users create - accounts on a domain serving something else, you must pick a unique - "service domain" that pairs up to your chosen domain name, make sure - Takahē is served on that, and add redirects - for /.well-known/webfinger, /.well-known/host-meta - and /.well-known/nodeinfo from the main domain to the - service domain. -

- {% csrf_token %} - {% for field in form %} - {% include "forms/_field.html" %} - {% endfor %} -
- Delete - -
-
-{% endblock %} -- cgit v1.2.3