From e7ea8a420d01c927c17cf2db692cb0355aa87b95 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 13 Sep 2010 19:31:10 +0200 Subject: new package ui for webif --- module/web/ajax/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/web/ajax/urls.py') diff --git a/module/web/ajax/urls.py b/module/web/ajax/urls.py index a32a00d89..07b5683b6 100644 --- a/module/web/ajax/urls.py +++ b/module/web/ajax/urls.py @@ -28,4 +28,5 @@ urlpatterns = patterns('ajax', (r'^restart_link/(\d+)$', 'views.restart_link'), (r'^push_to_queue/(\d+)$', 'views.push_to_queue'), (r'^set_captcha$', 'views.set_captcha'), + (r'^package_order/([0-9|]+)$', 'views.package_order'), ) \ No newline at end of file -- cgit v1.2.3