|
|
@@ -591,7 +591,7 @@ def enviar_correo_inscritos_html(request, evento_id):
|
|
|
<p><strong>Descripción:</strong> {evento.descripcion}</p>"""
|
|
|
|
|
|
if evento.lugar:
|
|
|
- mensaje_defecto += f'<p><strong>Lugar:</strong> <a href="{{ evento.lugar.url_ubicacion }}" target="_blank">{{ evento.lugar.nombre }}</a></p>'
|
|
|
+ mensaje_defecto += f'<p><strong>Lugar:</strong> <a href="{ evento.lugar.url_ubicacion }" target="_blank">{ evento.lugar.nombre }</a></p>'
|
|
|
|
|
|
mensaje_defecto += "<br><br><p>Aquí vuestro mensaje:</p>"
|
|
|
|