show the event date in the email

This commit is contained in:
Paul Schneider 2016-12-11 15:36:16 +01:00
commit 8fefe727d9

View file

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