X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/21a5b5aafd25a996530e2575b32fca7a0ccac30d..eb29f2a3fc433fc4dfd510ddb3e20ce03aca80b0:/forms.py?ds=inline diff --git a/forms.py b/forms.py index 17ed40e..e471c2a 100644 --- a/forms.py +++ b/forms.py @@ -9,6 +9,7 @@ class SandwichForm(ModelForm): class Meta: model = Sandwich exclude = ('slug', 'user', 'ingredients') + fields = ('adjective', 'date_made', 'notes', 'picture') class IngredientForm(ModelForm):