Commit 12620a3f authored by John Red Medrano's avatar John Red Medrano

Merge pull request #643 in RMS/api-main-service from red-develop to product-dev

* commit '7b248fe5':
  fixing
parents 856d5d26 7b248fe5
......@@ -89,8 +89,6 @@ class CMSSettingsViewSet(viewsets.ModelViewSet):
code=str(data['behalf_user'])
)
print(recipient)
args = [recipient.name, action, active_user, recipient.email, admin]
main_threading(args, sender.on_behalf)
......
......@@ -609,10 +609,6 @@ def on_behalf(args):
F = open(os.path.join(settings.EMAIL_TEMPLATES_ROOT, 'RMS-ONBEHALF.html'), 'r')
print("wwww")
print(args)
FC = F.read()
FC = FC.replace('{name}', name)
......
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