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:
John Mullins
2023-12-22 16:50:30 +11:00
parent f73b08e989
commit d74290036e
7 changed files with 24 additions and 30 deletions
+1 -1
View File
@@ -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"),