diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 22:23:26 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 22:23:26 +0300 |
commit | adbc8f79557ba7ffef018ac43010b3cfe3b642d9 (patch) | |
tree | 5b4a448a196a96f5fbcccdd650ac598f8828c737 /core/views/scans.py | |
parent | da10605d758ebe36d57884e3f94620bbdb2e34da (diff) | |
download | troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.tar.gz troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.tar.bz2 troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.zip |
disambiguating names on wallets
Diffstat (limited to 'core/views/scans.py')
-rw-r--r-- | core/views/scans.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/views/scans.py b/core/views/scans.py index 2f3d811..83f74fe 100644 --- a/core/views/scans.py +++ b/core/views/scans.py @@ -29,6 +29,10 @@ manywallets dict. TODO cave for a wallet - just gets the last one, randomly. SHould make this a list or many:many ideally + +-- add the participants on an explicit wallet list to .slugpeople so that they get proper URL-linked +on the per-person wallet report, and do the same thing for per-cave and per-year wallet reports + add this file in to the todo list thinggy. """ |