diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index 4818128bda012ed37b15cf9cd44b88ec8beeb24f..4eb7c2ef1956ccae08d3132b3bd887796048f6e5 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -24,6 +24,8 @@ urlpatterns = [ path("teams/", include("symposion.teams.urls")), path('raffle/', include("pinaxcon.raffle.urls")), + path("account/", include("account.urls")), + # Required by registrasion path('tickets/payments/', include('registripe.urls')), path('tickets/', include('registrasion.urls')),