X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/2d13c64cccabf18b2ee17dac2f0c54280edd9327..6257e70f7b73d39922d5160c648b418c4ac180a2:/forms.py diff --git a/forms.py b/forms.py index 380f6a4..a2c5fc8 100644 --- a/forms.py +++ b/forms.py @@ -8,7 +8,7 @@ class SandwichForm(ModelForm): class Meta: model = Sandwich - exclude = ('slug',) + exclude = ('slug', 'user') class IngredientForm(ModelForm):