diff --git a/Yavsc/Controllers/CommandController.cs b/Yavsc/Controllers/CommandController.cs index 23f93442..77b14420 100644 --- a/Yavsc/Controllers/CommandController.cs +++ b/Yavsc/Controllers/CommandController.cs @@ -175,7 +175,7 @@ namespace Yavsc.Controllers _siteSettings, _smtpSettings, command.PerformerProfile.Performer.Email, yaev.Topic+" "+yaev.Client.UserName, - $"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n" + $"{yaev.Message}\r\n-- \r\n{yaev.Previsional}\r\n{yaev.EventDate}\r\n" ); } ViewBag.GoogleSettings = _googleSettings;