mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 15:51:08 -05:00
Restored to 'ba32d51b3eb6866667ec8382daca17202cf7da86'
Replit-Restored-To: ba32d51b3eb6866667ec8382daca17202cf7da86
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user