admin: update list templates to show buttons in one column

This commit is contained in:
Jens Langhammer
2018-11-30 15:50:45 +01:00
parent 520e991393
commit 4b3959787e
5 changed files with 20 additions and 14 deletions

View File

@ -13,7 +13,8 @@ class LDAPSourceForm(forms.ModelForm):
model = LDAPSource
fields = SOURCE_FORM_FIELDS + ['server_uri', 'bind_cn', 'bind_password',
'type', 'domain', 'base_dn', 'create_user', 'reset_password']
'type', 'domain', 'base_dn', 'create_user',
'reset_password', 'rules']
widgets = {
'name': forms.TextInput(),
'server_uri': forms.TextInput(),