Moved where active status is displayed.
Cleaned up logout redirects Added suburbs admin page back. Wasn't able to create new suburbs Made active status check to any traveller save function
This commit is contained in:
@@ -2,7 +2,7 @@ from django.urls import path
|
||||
|
||||
from .views import azure_auth_callback, azure_auth_login, azure_auth_logout
|
||||
|
||||
app_name = "azure_auth"
|
||||
app_name = "auth"
|
||||
urlpatterns = [
|
||||
path("login", azure_auth_login, name="login"),
|
||||
path("logout", azure_auth_logout, name="logout"),
|
||||
|
||||
Reference in New Issue
Block a user