mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Added add test and add class buttons to tests and classes pages
This commit is contained in:
@@ -13,7 +13,8 @@ router.get('/tests', async (req, res) => {
|
||||
title: 'Stratos - Tests',
|
||||
current: 'Tests',
|
||||
name: req.session.fullName,
|
||||
tests: await u.getTests()
|
||||
tests: await u.getTests(),
|
||||
userType: req.session.userType
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user