Christian Krakau-Louis 7323c12168 Implement team join request functionality with views and actions
- Added join_requests.html template for displaying pending join requests.
- Created join_team.html template for users to submit join requests.
- Implemented request_processed.html template to show the result of join request processing.
- Developed authentication utilities for user session management.
- Introduced convenience redirects for common URL patterns.
- Established team management routes and actions for creating, editing, and joining teams.
- Added functionality for approving and denying join requests with email notifications.
- Enhanced team views to include user permissions and team member details.
- Implemented utility functions for team-related operations such as calculating total points and team rank.
2025-04-14 17:00:57 +02:00
2025-04-11 04:11:33 +02:00
2025-04-11 04:11:33 +02:00
S
Description
Mirror of christianlouis/LeagueLedger
5.9 MiB
Languages
Python 57.7%
HTML 39.7%
CSS 1.6%
JavaScript 0.9%