Commit bc439ea3 authored by John Red Medrano's avatar John Red Medrano

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

* commit '41e58bcf':
  fixing
parents 63967add 41e58bcf
...@@ -607,6 +607,7 @@ def on_behalf(args): ...@@ -607,6 +607,7 @@ def on_behalf(args):
recipient = args[3] recipient = args[3]
admin = args[4] admin = args[4]
linking_verb = args[5] linking_verb = args[5]
print(args)
F = open(os.path.join(settings.EMAIL_TEMPLATES_ROOT, 'RMS-ONBEHALF.html'), 'r') F = open(os.path.join(settings.EMAIL_TEMPLATES_ROOT, 'RMS-ONBEHALF.html'), 'r')
......
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