diff options
author | Anton Tananaev <anton@traccar.org> | 2022-08-02 21:01:06 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-08-02 21:01:06 -0700 |
commit | bb7bdcfc3389b6822b7680837386e3650962f30a (patch) | |
tree | 624eb4d9d8dcb6fff2169db85213387cf91ee26b /templates/full/deviceOverspeed.vm | |
parent | bd55a835340547aabc3f401bb97e181a3e70df8f (diff) | |
download | trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.tar.gz trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.tar.bz2 trackermap-server-bb7bdcfc3389b6822b7680837386e3650962f30a.zip |
Notifications unsubscribe option
Diffstat (limited to 'templates/full/deviceOverspeed.vm')
-rw-r--r-- | templates/full/deviceOverspeed.vm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/full/deviceOverspeed.vm b/templates/full/deviceOverspeed.vm index f303b734c..5f38b3f88 100644 --- a/templates/full/deviceOverspeed.vm +++ b/templates/full/deviceOverspeed.vm @@ -15,5 +15,7 @@ Device: $device.name<br> Exceeds the speed: $speedString#{if}($geofence) in $geofence.name#{else}#{end}<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> |