X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/799a2ef9956edf518979879e0f29e4ac757ff791..c5081ff36f82cd3b06f813b9be49a9947f9cb6ce:/views.py diff --git a/views.py b/views.py index 66aa2bb..a56e4ec 100644 --- a/views.py +++ b/views.py @@ -7,8 +7,8 @@ def add_sandwich(request): def add_artist(request): - sform = ArtistForm() + aform = ArtistForm() def add_ingredient(request): - sform = IngredientForm() \ No newline at end of file + iform = IngredientForm() \ No newline at end of file