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

fixing

parent 25ef8fef
...@@ -604,7 +604,7 @@ def on_behalf(args): ...@@ -604,7 +604,7 @@ def on_behalf(args):
action = args[1] action = args[1]
active_user = args[2] active_user = args[2]
recipient = args[39] recipient = args[3]
admin = args[4] admin = args[4]
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