start oef
This commit is contained in:
@@ -66,6 +66,7 @@ urlpatterns = [
|
||||
path("atlas/", include("atlas.urls"), name="atlas"),
|
||||
path("rcr/", include("rcr.urls"), name="rcr"),
|
||||
path("rota/", include("rota.urls"), name="rota"),
|
||||
path("oef/", include("oef.urls"), name="oef"),
|
||||
path(
|
||||
"accounts/check_users", views.accounts_check_users, name="accounts_check_users"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user