* connect up views from student app * Add initial @login_required decorators on the protected views * Add tests for some of the basic functionality
* Enable account creation * Some code cleanups * Fix access to nonexistent fields in the account creation view * Formatting fixes