X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/574ee1035dc6ba637a23a0e854b3dcc9e022c755..d4c7020dea9dfb1de97b9048b70d168c52022d79:/forms.py diff --git a/forms.py b/forms.py index c5a5ae6..cd81af2 100644 --- a/forms.py +++ b/forms.py @@ -1,5 +1,7 @@ from django.forms import ModelForm from models import Sandwich, Ingredient +from django.contrib.auth.models import User +from django import forms class SandwichForm(ModelForm):