8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-24 20:33:11 +00:00

Allow policies editions through form

This commit is contained in:
Hugo LEVY-FALK 2018-12-04 14:59:23 +01:00
parent 818e069b89
commit 8dbe1b2621

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