diff options
Diffstat (limited to 'expo/forms.py')
-rw-r--r-- | expo/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expo/forms.py b/expo/forms.py index 91f39f0..882115f 100644 --- a/expo/forms.py +++ b/expo/forms.py @@ -7,4 +7,4 @@ class CaveForm(ModelForm): class PersonForm(ModelForm):
class Meta:
- model = Person
\ No newline at end of file + model = Person
|