Add probe URL to email template context

This commit is contained in:
Lance Edgar 2018-10-17 18:08:54 -05:00
parent d6ab9a60f1
commit 71db57b2e0
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2017 Lance Edgar
# Copyright © 2010-2018 Lance Edgar
#
# This file is part of Rattail.
#
@ -50,6 +50,7 @@ class TempmonBase(object):
'reading': model.TempmonReading(),
'taken': now,
'now': now,
'probe_url': '#',
}