Bug Fixes
- Support django-pipeline 1.6.14
([1053](https://github.com/ocadotechnology/rapid-router/pull/1053),
[`f2a7d1f`](https://github.com/ocadotechnology/rapid-router/commit/f2a7d1fc4d960d464d7911306b82c12990034160))
* Support django-pipeline 1.6.14
Signed-off-by: Niket Shah <masterniketgmail.com>
* ran black formatter
* Fix PIPELINE typo
* Replace CSS with STYLESHEETS in pipeline config
* Upgrade chromedriver to 2.41
* Adds stable Chrome addon
* Print HTML for debugging
* Revert "Print HTML for debugging"
This reverts commit 555ee95bf11af1ebe9493891d4dc1202976a55c3.
* Attempts to make django-pipeline and selenium with Django 1.11 work together
* Refactor + adding libsass
* Remove not needed settings in test_settings
* Add libsass compiler (same as codeforlife-portal’s one)
* Add new lines at the end of file
* Add docstring for copied selenium_test_case
Documentation
- Add copywrite requirements to new task template
([1052](https://github.com/ocadotechnology/rapid-router/pull/1052),
[`9872b68`](https://github.com/ocadotechnology/rapid-router/commit/9872b681d4e38811685a3a36efbc88fb8c5d8242))
* add copywrite requirements to new task template