Commit 602612ca authored by John Red Medrano's avatar John Red Medrano

fixing

parent 97361ea0
......@@ -606,7 +606,8 @@ def on_behalf(args):
recipient = args[3]
admin = args[4]
linking = args[5]
verb = args[5]
print(verb)
F = open(os.path.join(settings.EMAIL_TEMPLATES_ROOT, 'RMS-ONBEHALF.html'), 'r')
......
......@@ -9,7 +9,7 @@
<h3 style="color:#888888;">{action} on Behalf</h3><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>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