Restored to 'ba32d51b3eb6866667ec8382daca17202cf7da86'

Replit-Restored-To: ba32d51b3eb6866667ec8382daca17202cf7da86
This commit is contained in:
pac7
2025-09-21 14:10:27 +00:00
committed by pacnpal
parent 434ac4c641
commit 3cad7c5641
21 changed files with 30 additions and 1540 deletions

View File

@@ -71,21 +71,6 @@ urlpatterns = [
TemplateView.as_view(template_name="pages/privacy.html"),
name="privacy",
),
path(
"cotton-test/",
TemplateView.as_view(template_name="pages/cotton_test.html"),
name="cotton_test",
),
path(
"cotton-simple/",
TemplateView.as_view(template_name="pages/cotton_simple_test.html"),
name="cotton_simple_test",
),
path(
"cotton-minimal/",
TemplateView.as_view(template_name="pages/cotton_minimal_test.html"),
name="cotton_minimal_test",
),
# Custom authentication URLs first (to override allauth defaults)
path("accounts/", include("apps.accounts.urls")),
# Default allauth URLs (for social auth and other features)