summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/urls.py')
-rw-r--r--bitbake/lib/toaster/toastergui/urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py
index d65ad2bfbb..f74090b9ba 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.py
@@ -110,8 +110,7 @@ urlpatterns = patterns('toastergui.views',
110 name="projectlayers"), 110 name="projectlayers"),
111 111
112 url(r'^project/(?P<pid>\d+)/layer/(?P<layerid>\d+)$', 112 url(r'^project/(?P<pid>\d+)/layer/(?P<layerid>\d+)$',
113 tables.LayerDetails.as_view(template_name='layerdetails.html'), 113 'layerdetails', name='layerdetails'),
114 name='layerdetails'),
115 114
116 url(r'^project/(?P<pid>\d+)/layer/(?P<layerid>\d+)/recipes/$', 115 url(r'^project/(?P<pid>\d+)/layer/(?P<layerid>\d+)/recipes/$',
117 tables.LayerRecipesTable.as_view(template_name="generic-toastertable-page.html"), 116 tables.LayerRecipesTable.as_view(template_name="generic-toastertable-page.html"),