X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/22c8f72c1e6142fcf857bd24711ea89199075658..606c841e4c0c6d01a8aa1110dee4145855f3324f:/forms.py diff --git a/forms.py b/forms.py index a2c5fc8..e471c2a 100644 --- a/forms.py +++ b/forms.py @@ -8,7 +8,8 @@ class SandwichForm(ModelForm): class Meta: model = Sandwich - exclude = ('slug', 'user') + exclude = ('slug', 'user', 'ingredients') + fields = ('adjective', 'date_made', 'notes', 'picture') class IngredientForm(ModelForm):