Custom form for adding ingredients works!
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index 82f72f0..c90bca8 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -4,4 +4,5 @@ from django.shortcuts import render_to_response
 
 urlpatterns = patterns('',
     (r'^addsandwich/$', views.add_sandwich),
+       (r'^addingredient/$', views.add_ingredient),
 )