Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-tf committed Sep 18, 2024
1 parent 8989423 commit 6591f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6591f97

Please sign in to comment.