Skip to content

Commit

Permalink
Merge pull request #17 from QuantumStack/dev
Browse files Browse the repository at this point in the history
CMULab v1.3.2!
  • Loading branch information
Aditya Pillai committed Feb 11, 2019
2 parents 52d5850 + 3cf083d commit c1b550e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ router.post('/getcsv', (req, res, next) => {
// convert json to csv
res.write(json2csv(entries, {
fields: [
'section',
'student_id',
'section',
'score',
'lab',
'date',
Expand Down
3 changes: 3 additions & 0 deletions server/routes/checkin.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ router.post('/:student_id', authRequired, (req, res, next) => {
<br /><span style="font-weight: bold">Time:</span> ${convertDate(moment(date), -1, false).format('MMMM Do YYYY, h:mm:ss a')}
<br /><span style="font-weight: bold">TA:</span> ${req.user._id}</p>
<p>Best,<br />${config.get('course')} Staff</p>
<small>&copy; <a href="https://quantumstack.xyz/?ref=cmulab">QuantumStack</a> 2019</small>
`,
};
Expand Down

0 comments on commit c1b550e

Please sign in to comment.