template email

1 parent 7ec945da
...@@ -402,7 +402,7 @@ class BaseApp(): ...@@ -402,7 +402,7 @@ class BaseApp():
def static_view(self, config, settings=None): def static_view(self, config, settings=None):
self.partner_doc = get_params( self.partner_doc = get_params(
"partner_doc", '/tmp/docs/partner', settings=settings) "partner_doc", '/tmp/docs/partner', settings=settings)+os.sep
if not os.path.exists(self.partner_doc): if not os.path.exists(self.partner_doc):
os.makedirs(self.partner_doc) os.makedirs(self.partner_doc)
config.add_static_view( config.add_static_view(
......
Your password has been changed. Please click the following link to recover:
${url}
This link will expire in ${minutes} hour.
If you did not request this, please recover it.
You have registered on our site. Please click the link below to change the
password.
${url}
This link will expire in ${minutes} minutes.
If you did not request this, please ignore it.
We accepted password recovery requests. Please click the following link:
${url}
This link will expire in ${minutes} minutes.
If you did not request this, please ignore it.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!