From c443a4a8d9c56269eea3a1f3aed702aaf2424cc4 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Wed, 17 Jul 2019 02:03:21 +0200 Subject: [PATCH] Fix comment. --- biscuit/core/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/core/views.py b/biscuit/core/views.py index 8154e4aaf..dc415e138 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 -- GitLab