mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Allow policies editions through form
This commit is contained in:
parent
9506bd4002
commit
b269a5f6ef
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ class EditRadiusOptionForm(ModelForm):
|
|||
"""Edition forms for Radius options"""
|
||||
class Meta:
|
||||
model = RadiusOption
|
||||
fields = ['radius_general_policy', 'vlan_decision_ok']
|
||||
fields = '__all__'
|
||||
|
||||
|
||||
class ServiceForm(ModelForm):
|
||||
|
|
Loading…
Reference in a new issue