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

+ 2 - 4
src/eventos/views.py

@@ -580,15 +580,13 @@ def enviar_correo_inscritos_html(request, evento_id):
         asunto_defecto = f"Información sobre {evento.nombre}"
         mensaje_defecto = f"""<p>Hola a todos,</p>
 
-<p>Os escribimos para daros información sobre el evento:</p>
+<p>Os escribimos para daros información sobre el pozo:</p>
 
 <ul>
-    <li><strong>Evento:</strong> {evento.nombre}</li>
+    <li><strong>Descripción:</strong> {evento.nombre}</li>
     <li><strong>Fecha:</strong> {evento.fecha.strftime('%d/%m/%Y')} a las {evento.hora}</li>
     <li><strong>Precio:</strong> {evento.precio} € por persona</li>
 </ul>
-
-<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>'