Commit 5bdbb8bf authored by Gladys Forte's avatar Gladys Forte

Merge pull request #93 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit '1af22bcd':
  update db
parents 658d0a5d 1af22bcd
......@@ -345,7 +345,7 @@ class ChangeRequestFormsViewset(meviewsets.ModelViewSet):
)
if action.lower() == 'approved':
models.ChangeRequestFormApprovers.objects.filter(
Q(form_code=form_code) & Q(level=str(next_level))
).update(
......
......@@ -49,7 +49,7 @@ def account_created(args):
)
return True
# direct mailer from django
def forgot_password(args):
reset_code = args[0]
url = args[1]
......
This diff is collapsed.
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