Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rakbidb committed Nov 7, 2023
1 parent 7230c42 commit 8bb6ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def show_main(request):

context = {
'name': request.user.username,
'class': 'PBP F',
'class': 'PBP A',
'products': products,
'last_login': request.COOKIES['last_login'],
}
Expand Down

0 comments on commit 8bb6ab7

Please sign in to comment.