diff --git a/README.md b/README.md index 1c6c3f51f7..22b120b321 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ For bigger setups, there is a Helm Chart in the `helm/` directory. This is docum ## Screenshots - - +Light | Dark +--- | --- + |  + |  ## Development diff --git a/SECURITY.md b/SECURITY.md index d6f0d6d331..16f1f7f878 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,9 @@ | Version | Supported | | ---------- | ------------------ | -| 0.13.x | :white_check_mark: | -| 0.14.x | :white_check_mark: | | 2021.1.x | :white_check_mark: | +| 2021.2.x | :white_check_mark: | +| 2021.3.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/authentik/lib/utils/urls.py b/authentik/lib/utils/urls.py index 302fabd360..5dc92a7532 100644 --- a/authentik/lib/utils/urls.py +++ b/authentik/lib/utils/urls.py @@ -2,8 +2,8 @@ from urllib.parse import urlparse from django.http import HttpResponse -from django.shortcuts import redirect, reverse -from django.urls import NoReverseMatch +from django.shortcuts import redirect +from django.urls import NoReverseMatch, reverse from django.utils.http import urlencode from structlog.stdlib import get_logger diff --git a/website/docs/index.md b/website/docs/index.md index 0b2d63055e..b9b5e374e0 100755 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -13,5 +13,7 @@ See [Docker-compose](installation/docker-compose) or [Kubernetes](installation/k ## Screenshots - - +Light | Dark +--- | --- + |  + |  diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 5b529a0114..54394e4525 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -100,7 +100,7 @@ function Home() {
+
+