summaryrefslogtreecommitdiffstats
path: root/module/web/ajax/urls.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-13 21:23:05 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-01-13 21:23:05 +0100
commit9cce347134cffb8e3e920d94768306c2156dddee (patch)
tree8c119eb15cac2eaac99fbf0548ffe7c116127fc4 /module/web/ajax/urls.py
parentqueue template + view (diff)
downloadpyload-9cce347134cffb8e3e920d94768306c2156dddee.tar.xz
some webinterface improvements, closed #40
Diffstat (limited to 'module/web/ajax/urls.py')
-rw-r--r--module/web/ajax/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/web/ajax/urls.py b/module/web/ajax/urls.py
index 2a7e109c3..4decc27b1 100644
--- a/module/web/ajax/urls.py
+++ b/module/web/ajax/urls.py
@@ -12,6 +12,7 @@ urlpatterns = patterns('ajax',
# Uncomment the next line to enable the admin:
(r'^add_package$', 'views.add_package'),
+ (r'^remove_link/(\d+)$', 'views.remove_link'),
(r'^status$', 'views.status'),
(r'^links$', 'views.links'), #currently active links
(r'^queue$', 'views.queue'),