Skip to content

Commit 95fdb01

Browse files
committed
Pass app_url template parameter
1 parent 77ea51e commit 95fdb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/users_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def sendmail(self, id):
206206
try:
207207
body = render_template(
208208
'%s/invite_email_body.%s.txt' % (self.templates_dir, locale),
209-
user=user, password=password, app_name=app_name
209+
user=user, password=password, app_name=app_name, app_url=app_url
210210
)
211211
except:
212212
body = render_template(

0 commit comments

Comments
 (0)