stages/consent: fix wrong widget for expire
This commit is contained in:
parent
d7f54ce5d5
commit
3c4ff65a01
|
@ -17,4 +17,5 @@ class ConsentStageForm(forms.ModelForm):
|
|||
fields = ["name", "mode", "consent_expire_in"]
|
||||
widgets = {
|
||||
"name": forms.TextInput(),
|
||||
"consent_expire_in": forms.TextInput(),
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in New Issue