mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 09:17:10 +00:00
links to other years wallets
This commit is contained in:
@@ -269,5 +269,6 @@ def allscans(request):
|
||||
'''
|
||||
manywallets = Wallet.objects.all() # NB all of them
|
||||
# manywallets = Wallet.objects.all().prefetch_related('singlescan') fails as the link is defined on 'singlescan' not on 'wallet'
|
||||
return render(request, 'manywallets.html', { 'manywallets':manywallets, 'settings': settings })
|
||||
expeditions = Expedition.objects.all()
|
||||
return render(request, 'manywallets.html', { 'manywallets':manywallets, 'settings': settings, 'expeditions': expeditions })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user