Hide registration form when registration is closed

This commit is contained in:
Mouse Reeve
2020-09-30 20:31:44 -07:00
parent 4fda5c8e22
commit 9e2ab147fb
5 changed files with 78 additions and 101 deletions

View File

@ -38,7 +38,6 @@ urlpatterns = [
# ui views
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),