##// END OF EJS Templates
Update main app (view to mix RC configurations)...
Update main app (view to mix RC configurations) git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@127 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71

File last commit:

r13:6a2dde2f45c9
r106:039a10d0c909
Show More
forms.py
8 lines | 195 B | text/x-python | PythonLexer
from django import forms
from .models import ABSConfiguration
class ABSConfigurationForm(forms.ModelForm):
class Meta:
model = ABSConfiguration
fields = ('experiment',)