feat: Use actual adoption notices for markers

This commit is contained in:
2024-09-27 14:29:12 +02:00
parent c8c9782a36
commit cd64495851
4 changed files with 27 additions and 15 deletions

View File

@@ -397,7 +397,9 @@ def modqueue(request):
def map(request):
return render(request, 'fellchensammlung/map.html')
adoption_notices = AdoptionNotice.objects.all() #TODO: Filter to active
context = {"adoption_notices": adoption_notices}
return render(request, 'fellchensammlung/map.html', context=context)
def metrics(request):