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 bc3b0c79d8..2c138d3d7d 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.py
@@ -206,8 +206,7 @@ urlpatterns = [
206 url(r'^js-unit-tests/$', views.jsunittests, name='js-unit-tests'), 206 url(r'^js-unit-tests/$', views.jsunittests, name='js-unit-tests'),
207 207
208 # image customisation functionality 208 # image customisation functionality
209 url(r'^xhr_customrecipe/(?P<recipe_id>\d+)' 209 url(r'^xhr_customrecipe/(?P<recipe_id>\d+)/packages/(?P<package_id>\d+|)$',
210 '/packages/(?P<package_id>\d+|)$',
211 api.XhrCustomRecipePackages.as_view(), 210 api.XhrCustomRecipePackages.as_view(),
212 name='xhr_customrecipe_packages'), 211 name='xhr_customrecipe_packages'),
213 212