ideahackers / ideahack.club

Website for Idea Hackers, a hacker club at WIT.
https://www.ideahack.club
0 stars 1 forks source link

Input box spreads to whole page, think it would look better smaller--> #23

Closed todo[bot] closed 5 years ago

todo[bot] commented 5 years ago

Change them for all the inputs?-->


https://github.com/ideahackers/ideahack.club/blob/80ee8fc72c7527eaacad865d85b7f042a1cca8a6/views/resetPasswordForm.handlebars#L12-L17


This issue was generated by todo based on a @todo comment in 80ee8fc72c7527eaacad865d85b7f042a1cca8a6 when #17 was merged. cc @ideahackers.
SirTangent commented 5 years ago

Any forms that want a narrow body, the isForm render option must be set to true.

router.get('/reset', (req, res) => {
    res.render('resetPasswordForm', {isForm: true})
});