list of federated servers for admin panel
This commit is contained in:
parent
9db327a69e
commit
d1ee26e282
5 changed files with 52 additions and 1 deletions
|
@ -52,7 +52,8 @@ urlpatterns = [
|
|||
# admin
|
||||
re_path(r'^settings/site-settings',
|
||||
views.Site.as_view(), name='settings-site'),
|
||||
# invites
|
||||
re_path(r'^settings/federation',
|
||||
views.Federation.as_view(), name='settings-federation'),
|
||||
re_path(r'^settings/invites/?$',
|
||||
views.ManageInvites.as_view(), name='settings-invites'),
|
||||
re_path(r'^invite/(?P<code>[A-Za-z0-9]+)/?$', views.Invite.as_view()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue