X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/9d0f2e4b0e8d40821e3b8a98ae66bc8149597319..22c8f72c1e6142fcf857bd24711ea89199075658:/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):