Commit a19caa08 authored by Gladys Forte's avatar Gladys Forte

comment

parent de3d437d
...@@ -20,7 +20,7 @@ def account_created(args): ...@@ -20,7 +20,7 @@ def account_created(args):
FC = FC.replace('{name}', name) FC = FC.replace('{name}', name)
FC = FC.replace('{username}', username) FC = FC.replace('{username}', username)
FC = FC.replace('{password}', password) FC = FC.replace('{password}', password)
FC = FC.replace('{url}', settings.FRONT_END_URL + '/cms/profile') # changed FC = FC.replace('{url}', settings.FRONT_END_URL + '/cms/profile') #changed
try: try:
send_mail( send_mail(
subject='OB RMS: Welcome!', subject='OB RMS: Welcome!',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment