summaryrefslogtreecommitdiff
path: root/app/sightings
diff options
context:
space:
mode:
Diffstat (limited to 'app/sightings')
-rw-r--r--app/sightings/build.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/sightings/build.py b/app/sightings/build.py
index e8db6f9..8207838 100644
--- a/app/sightings/build.py
+++ b/app/sightings/build.py
@@ -11,6 +11,10 @@ class BuildSightings(BuildNew):
base_path=reverse("sightings:list"),
paginate_by=24
)
+ self.build_list_view(
+ base_path=reverse("sightings:list_by_person"),
+ paginate_by=24
+ )
print("building sightings")
def get_model_queryset(self):