|
|
@@ -136,9 +136,9 @@ def reservar_evento_parejas(request, evento_id):
|
|
|
texto += f'\n¡Gracias por inscribirte!\n\n'
|
|
|
|
|
|
texto += f'\n\nIMPORTANTE: Para gestionar cambios o bajas NO contestes a este correo, escribe al administrador por WhatsApp\n\n'
|
|
|
-
|
|
|
+
|
|
|
if evento.para_parejas and acompanante:
|
|
|
- html_content = render_to_string('emails/confirmacion_reserva.html', {'evento': evento, 'usuario': request.user, 'acompanante': acompanante})
|
|
|
+ html_content = render_to_string('emails/confirmacion_reserva_parejas.html', {'evento': evento, 'usuario': request.user, 'acompanante': acompanante})
|
|
|
else:
|
|
|
html_content = render_to_string('emails/confirmacion_reserva.html', {'evento': evento, 'usuario': request.user})
|
|
|
|