stages/consent: fix wrong widget for expire

This commit is contained in:
Jens Langhammer 2021-02-02 15:01:29 +01:00
parent d7f54ce5d5
commit 3c4ff65a01
2 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ class ConsentStageForm(forms.ModelForm):
fields = ["name", "mode", "consent_expire_in"]
widgets = {
"name": forms.TextInput(),
"consent_expire_in": forms.TextInput(),
}

View File

@ -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)