Added a view for "top 5 sandwiches", currently using "all sandwiches" template.
[~kgodey/maayanwich.git] / urls.py
diff --git a/urls.py b/urls.py
index f170527..8d04d4b 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -6,4 +6,5 @@ urlpatterns = patterns('',
        (r'^addsandwich/$', views.add_sandwich),
        (r'^addingredient/$', views.add_ingredient),
        (r'^allsandwiches/$', views.all_sandwich),
+       (r'^newsandwiches/$', views.newsandwiches),
 )