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

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

* commit '602612ca':
  fixing
parents 3caa08c9 602612ca
...@@ -606,7 +606,8 @@ def on_behalf(args): ...@@ -606,7 +606,8 @@ def on_behalf(args):
recipient = args[3] recipient = args[3]
admin = args[4] admin = args[4]
linking = args[5] verb = args[5]
print(verb)
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')
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<h3 style="color:#888888;">{action} on Behalf</h3><br> <h3 style="color:#888888;">{action} on Behalf</h3><br>
<p>Dear {name},</p><br> <p>Dear {name},</p><br>
<p>Please be informed that {active_user} {action} you {linking} their behalf for change requests under Actions on Behalf. </p><br> <p>Please be informed that {active_user} {action} you {verb} their behalf for change requests under Actions on Behalf. </p><br>
<!-- <p>Please be informed that {active_user} {action} you as on behalf user for change request. </p><br> --> <!-- <p>Please be informed that {active_user} {action} you as on behalf user for change request. </p><br> -->
<p>Sincerely,</p> <p>Sincerely,</p>
......
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