diff options
Diffstat (limited to 'templates/full/alarm.vm')
-rw-r--r-- | templates/full/alarm.vm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/full/alarm.vm b/templates/full/alarm.vm index 8eac3930a..9fae1f13b 100644 --- a/templates/full/alarm.vm +++ b/templates/full/alarm.vm @@ -3,8 +3,10 @@ <html> <body> Device: $device.name<br> -Alarm: $position.getString("alarm")<br> +Alarm: $position.getString("alarm")<br> Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> +<br> +<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a> </body> -</html> +</html> |