Add probe URL to email template context
This commit is contained in:
parent
d6ab9a60f1
commit
71db57b2e0
2 changed files with 6 additions and 1 deletions
|
@ -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': '#',
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue