summaryrefslogtreecommitdiff
path: root/app/sightings
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-01-28 10:49:44 -0600
committerluxagraf <sng@luxagraf.net>2018-01-28 10:49:44 -0600
commit41ffa80e1fbee119adcc00310954d886b45f1493 (patch)
treecfd92317d2fb4bc6688641795a45a2bafddea83c /app/sightings
parent5d901524e66afcd694f31b5df6f4d7fa938f9a98 (diff)
added build by person for sightings
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):