We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b86fe commit 0316b70Copy full SHA for 0316b70
junction/profiles/views.py
@@ -36,5 +36,5 @@ def profile(request):
36
Profile.objects.create(user=request.user, city=city, contact_no=contact_no)
37
return HttpResponseRedirect("/profiles")
38
39
- elif request.method=="GET":
+ elif request.method == "GET":
40
return render(request, 'profiles/userprofile.html')
0 commit comments