mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-21 05:31:08 -05:00
Add a new reusable authentication modal component to the platform
Integrate a new Django component for the authentication modal, ensuring parity with existing React frontend functionality, and add a corresponding test view for comparison. Replit-Commit-Author: Agent Replit-Commit-Session-Id: dcfff319-6e91-4220-98a9-8295b87755b7 Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
@@ -101,8 +101,9 @@ urlpatterns = [
|
||||
views.environment_and_settings_view,
|
||||
name="environment_and_settings",
|
||||
),
|
||||
# Button component testing
|
||||
# Component testing
|
||||
path("test-button/", views.test_button_comparison, name="test_button_comparison"),
|
||||
path("test-auth-modal/", views.test_auth_modal_comparison, name="test_auth_modal_comparison"),
|
||||
]
|
||||
|
||||
# Add autocomplete URLs if available
|
||||
|
||||
Reference in New Issue
Block a user