- new UI for srp management (mass performs, inline editing)
- unique validation for srp killboard links
- character auth ownership verification for killboard links
- removed remnants of old error messaging system & replaced with current
standard
- added a confirmation popup when deleting fleet SRP's
* 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