@@ -590,7 +590,7 @@ def enviar_correo_inscritos_html(request, evento_id):
"""
if evento.lugar:
- mensaje_defecto += f'<p><strong>Lugar:</strong> <a href="{ evento.lugar.url_ubicacion }" target="_blank">{ evento.lugar.nombre } ({ evento.lugar.notas })</a></p>'
+ mensaje_defecto += f'<p><strong>Lugar:</strong> <a href="{ evento.lugar.url_ubicacion }" target="_blank">{ evento.lugar.nombre }</a> ({ evento.lugar.notas })</p>'
mensaje_defecto += "<p>Por favor se ruega y se pide <strong>puntualidad</strong>.</p>"