Having requests to some CDNs on a login page is often considered Bad™,
since it can load third-party code on a sensitive page of the website.
As a side effect, this removes calls to fonts.google.com, which is a
known tracking website.
- Update django-allauth-cas to the last version.
- Add docs (README, example/README).
- Add tests for Clipper provider.
- Add tests to check templates do not contain syntax error.
- Add the last missing templates to override all allauth's displayable
templates.
- Improve stylesheets.