* Correct invalid html
* Add bundle files for CDN CSS and javascript
* Replace static javascript refs with bundles
* Change password reset templates to use a basefile
And switch to use bundles
* Remove third party libraries
* Remove awkward margin styling on navbars
Added STATIC_ROOT to enable collection of staticfiles
Ignored static/ directory so changes by end user go untracked
Now required python manage.py collectstatic during install procedure