diff --git a/src/routes/loot.js b/src/routes/loot.js index 314a593..74ba9f3 100644 --- a/src/routes/loot.js +++ b/src/routes/loot.js @@ -59,6 +59,7 @@ router.get('/:shortName/:code', (req, res) => { return res.render('loot/teaser', { title: 'Loot Found!', potentialPoints, + shortName: hunt.short_name, huntName: hunt.name, cardNumber: pkg.card_number, packageCount: hunt.package_count diff --git a/src/views/about.ejs b/src/views/about.ejs index d92975b..f7b7f74 100644 --- a/src/views/about.ejs +++ b/src/views/about.ejs @@ -70,6 +70,13 @@
Interested? Apply to become an organizer.
+Loot Hunt should not create litter, waste, or friction with the places people live, work, and share. The goal is to keep the game fun while aiming for zero environmental impact.
+Organizers are expected to place materials thoughtfully, avoid problematic or prohibited locations, and clean up after themselves. If a package becomes damaged, misplaced, or unwelcome, it should be removed or relocated quickly.
+If you find a card causing an issue, you are welcome to recycle it and submit a complaint from that package page so the organizer can review and respond responsibly.
+Have questions, ideas, or found a bug? Reach out!
diff --git a/src/views/loot/teaser.ejs b/src/views/loot/teaser.ejs index 618d19f..032ad92 100644 --- a/src/views/loot/teaser.ejs +++ b/src/views/loot/teaser.ejs @@ -10,6 +10,7 @@