From ed879eee29c476b7c9846794d583a9dfb14b5693 Mon Sep 17 00:00:00 2001 From: Ishaan Mittal Date: Wed, 18 Sep 2024 15:59:13 +0530 Subject: [PATCH] let try last --- home/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/views.py b/home/views.py index 126c3e9..d1f962b 100644 --- a/home/views.py +++ b/home/views.py @@ -468,7 +468,7 @@ def profile(request): socialaccount_obj = SocialAccount.objects.filter( provider="google", user_id=request.user.id ) - picture = "Not available" + picture = "not available" allocation: Allocation | None = Allocation.objects.filter(email=student).last() show_allocated_enabled = False if allocation and allocation.period: