From 5472bdd09154d817570de57dae03acd51bb5005b Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Mon, 17 Jul 2017 14:00:56 +0800 Subject: [PATCH] MDL-59538 core_calendar: add event source to summary template --- calendar/templates/event_summary_body.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/templates/event_summary_body.mustache b/calendar/templates/event_summary_body.mustache index 6258f083bb1..d054f4f8f13 100644 --- a/calendar/templates/event_summary_body.mustache +++ b/calendar/templates/event_summary_body.mustache @@ -36,4 +36,7 @@ {{/description}}

{{#str}} eventtype, core_calendar {{/str}}

{{eventtype}} + {{#source}} +
{{{source}}}
+ {{/source}} -- 2.43.0