Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed May 4, 2012
1 parent 9179abd commit 3243c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakestudio/bakeweds/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def index(request):
next_bake_day = False


past_bakes = BakeDay.objects.filter(date__lte=today).order_by('-date')[:6]
past_bakes = BakeDay.objects.filter(date__lte=today).order_by('-date')[:7]

try:
last_bake_day = past_bakes[0]
Expand Down

0 comments on commit 3243c28

Please sign in to comment.