Ingredients auto complete, adding ingredients works. Some template tweaks.
[~kgodey/maayanwich.git] / forms.py
index a2c5fc8..17ed40e 100644 (file)
--- a/forms.py
+++ b/forms.py
@@ -8,7 +8,7 @@ class SandwichForm(ModelForm):
        
        class Meta:
                model = Sandwich
-               exclude = ('slug', 'user')
+               exclude = ('slug', 'user', 'ingredients')
 
 
 class IngredientForm(ModelForm):