Changeset 3487567 in Klonkt for src/routes/admin-shows.js
- Timestamp:
- 06/28/2026 10:13:27 PM (2 months ago)
- Branches:
- main
- Children:
- 48027f2
- Parents:
- abc8959
- File:
-
- 1 edited
-
src/routes/admin-shows.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-shows.js
rabc8959 r3487567 35 35 const shows = db.prepare('SELECT * FROM shows WHERE site_id = ? ORDER BY date DESC, time DESC').all(site.id); 36 36 renderPage(req, res, 'pages/admin-shows', { 37 pageTitle : 'Agenda', bodyClass: 'on-admin',37 pageTitleKey: 'admin.t_shows', bodyClass: 'on-admin', 38 38 shows, smtp: mailerConfigured(), notifyCount: confirmedFor(site.id, 'notify').length, 39 39 agendaEnabled: getSetting('agenda_enabled') === '1',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)