From 3c4ff65a01e5d914d7de3d34e794ee42020ed5a3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 2 Feb 2021 15:01:29 +0100 Subject: [PATCH] stages/consent: fix wrong widget for expire --- authentik/stages/consent/forms.py | 1 + outpost/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/authentik/stages/consent/forms.py b/authentik/stages/consent/forms.py index 21d6e4573..508ff1a7c 100644 --- a/authentik/stages/consent/forms.py +++ b/authentik/stages/consent/forms.py @@ -17,4 +17,5 @@ class ConsentStageForm(forms.ModelForm): fields = ["name", "mode", "consent_expire_in"] widgets = { "name": forms.TextInput(), + "consent_expire_in": forms.TextInput(), } diff --git a/outpost/README.md b/outpost/README.md index ac497c67a..1df7663b6 100644 --- a/outpost/README.md +++ b/outpost/README.md @@ -1,4 +1,4 @@ -# authentik Proxy +# authentik outpost [![CI Build status](https://img.shields.io/azure-devops/build/beryjuorg/authentik/3?style=flat-square)](https://dev.azure.com/beryjuorg/authentik/_build?definitionId=3) ![Docker pulls (proxy)](https://img.shields.io/docker/pulls/beryju/authentik-proxy.svg?style=flat-square)