Celestino Rey 4 месяцев назад
Родитель
Сommit
3aa50a7a7e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/eventos/views.py

+ 1 - 1
src/eventos/views.py

@@ -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>"