Invites page
This commit is contained in:
parent
8260dcf804
commit
1d5d7f8965
6 changed files with 62 additions and 26 deletions
|
@ -40,8 +40,8 @@ urlpatterns = [
|
|||
re_path(r'^login/?$', views.login_page),
|
||||
re_path(r'^register/?$', views.register_page),
|
||||
re_path(r'^about/?$', views.about_page),
|
||||
re_path(r'^invite/?$', views.manage_invites),
|
||||
re_path(r'^invite/(?P<code>[A-Za-z0-9]+)/?$', views.invite_page),
|
||||
re_path(r'^manage_invites/?$', views.manage_invites),
|
||||
|
||||
path('', views.home),
|
||||
re_path(r'^(?P<tab>home|local|federated)/?$', views.home_tab),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue