8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Allow policies editions through form

This commit is contained in:
Hugo LEVY-FALK 2018-12-04 14:59:23 +01:00 committed by chirac
parent 9506bd4002
commit b269a5f6ef

View file

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