1
0
Fork 0

Invites page

This commit is contained in:
Mouse Reeve 2020-09-29 21:45:59 -07:00
parent 8260dcf804
commit 1d5d7f8965
6 changed files with 62 additions and 26 deletions

View file

@ -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),