Hide registration form when registration is closed
This commit is contained in:
parent
4fda5c8e22
commit
9e2ab147fb
5 changed files with 78 additions and 101 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue