Files
firefrost-services/services
Claude (Chronicler #57) 127b7677fc fix: remove include() wrapper from all admin module templates
ISSUE:
All module templates still had old EJS v2 include() wrapper
Caused 'include is not a function' errors

FIX:
Removed first and last line (include wrapper) from:
- servers/index.ejs
- players/index.ejs
- roles/index.ejs
- grace/index.ejs
- audit/index.ejs
- financials/index.ejs

Same fix as dashboard.ejs - express-ejs-layouts handles layout injection

Signed-off-by: Claude (Chronicler #57) <claude@firefrostgaming.com>
2026-04-03 17:46:16 +00:00
..