diff --git a/biscuit/core/views.py b/biscuit/core/views.py index 8154e4aaf62d21b0512a449216197ab856280545..dc415e138b1219ea3a08537b0706fc4db902a8fb 100644 --- a/biscuit/core/views.py +++ b/biscuit/core/views.py @@ -15,7 +15,7 @@ def index(request): def persons(request): context = {} - # Get all upcoming persons + # Get all persons persons = Person.objects.all() # Build table