Open Issues Need Help
View All on GitHub [Bug] Unpopulated support email on landing page 2 months ago
AI Summary: Fix a bug in a Django web application where the support email link on the landing page is not populating correctly due to missing context rendering during static page generation. The solution likely involves injecting the support email variable into the context object within the `update_home_page_statistics()` function.
Complexity:
3/5
bug good first issue Difficulty: entry level