Fix minor ergonomy issues concerning the groups and the medals pages
[platal.git] / templates / carnet / calendar.tpl
index c477d5c..a705606 100644 (file)
@@ -31,10 +31,10 @@ BEGIN:VEVENT
 DTSTAMP:{$e.timestamp|date_format:"%Y%m%dT%H%M%SZ"}\r
 DTSTART;VALUE=DATE:{$e.date}\r
 DTEND;VALUE=DATE:{$e.tomorrow}\r
-UID:anniv-{$e.date}-{$e.forlife}@polytechnique.org\r
+UID:anniv-{$e.date}-{$e.forlife}@{#globals.mail.domain#}\r
 RRULE:FREQ=YEARLY;INTERVAL=1\r
 CLASS:PUBLIC\r
 {display_ical name="summary" value=$e.summary}\r
 END:VEVENT\r
 {/foreach}\r
-END:VCALENDAR
\ No newline at end of file
+END:VCALENDAR{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}