|
|
|
@ -171,7 +171,7 @@ class TournamentEmailService: |
|
|
|
|
|
|
|
|
|
|
|
unregister_url = reverse('unregister-tournament', args=[tournament.id]) |
|
|
|
unregister_url = reverse('unregister-tournament', args=[tournament.id]) |
|
|
|
# Make it an absolute URL by adding the domain |
|
|
|
# Make it an absolute URL by adding the domain |
|
|
|
absolute_url = f"https://127.0.0.1:8000{unregister_url}" # Replace with your domain |
|
|
|
absolute_url = f"https://xlr.alwaysdata.net{unregister_url}" # Replace with your domain |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if other_player is not None: |
|
|
|
if other_player is not None: |
|
|
|
|