Bug Description
Two elements on the programs page share the same HTML id, causing console warnings and potential JavaScript issues.
Steps to Reproduce
- Open frontend/pages/programs.html.
- Open the browser's developer console.
- Look for a warning about duplicate element IDs.
Expected Behavior
All id attributes on the page must be unique.
Actual Behavior
There is a console warning indicating a duplicate id="programs-grid".
Browser
Chrome
Operating System
No response
Logs / Screenshots
No response
Bug Description
Two elements on the programs page share the same HTML id, causing console warnings and potential JavaScript issues.
Steps to Reproduce
Expected Behavior
All id attributes on the page must be unique.
Actual Behavior
There is a console warning indicating a duplicate id="programs-grid".
Browser
Chrome
Operating System
No response
Logs / Screenshots
No response