Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit 6055a64

Browse files
Update views.py
1 parent 3a43fbc commit 6055a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Profile/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def SendVerificationEmail(username, email):
136136
# Sending the Email
137137

138138
context = {"username": User.objects.get(email=email).username, "pin": pin}
139-
email_body = render_to_string('mail/verifyUser.html', context)
139+
email_body = render_to_string('mail/verifyUser.Html', context)
140140

141141
email = EmailMessage(
142142
'Complete Your Signup On ZoloEarn',
@@ -717,4 +717,4 @@ def get(self, request, format=None):
717717

718718
referral_data.append({'referred_user': referred_user, 'wallet_points': referred_wallet_points})
719719

720-
return Response(referral_data)
720+
return Response(referral_data)

0 commit comments

Comments
 (0)