- Added client-side validation to ensure only PDF files are uploaded and set a 2mb max file size.
- Moved the
app.store
toapp/store
folder and refactored the registration form template (app/views/registration/index.jade
) to use the store to dynamically create form options.