##// END OF EJS Templates
new abs configuration form has been updated...
Fiorella Quino -
r244:b7cb19f9aed4
parent child
Show More
@@ -10,7 +10,7 class ABSConfigurationForm(forms.ModelForm):
10
10
11 class Meta:
11 class Meta:
12 model = ABSConfiguration
12 model = ABSConfiguration
13 exclude = ('type', 'status', 'parameters', 'active_beam', 'module_status', 'module_messages')
13 exclude = ('type', 'status', 'parameters', 'active_beam', 'module_status', 'module_messages', 'module_mode')
14
14
15
15
16 class ABSBeamAddForm(forms.Form):
16 class ABSBeamAddForm(forms.Form):
General Comments 0
You need to be logged in to leave comments. Login now