From b8f5255070c36abea1912ab848dbc4070f4dde92 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 5 Apr 2010 18:57:22 +0200 Subject: captcha input 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 dd68729eb..a32a00d89 100644 --- a/module/web/ajax/urls.py +++ b/module/web/ajax/urls.py @@ -27,4 +27,5 @@ urlpatterns = patterns('ajax', (r'^remove_link/(\d+)$', 'views.remove_link'), (r'^restart_link/(\d+)$', 'views.restart_link'), (r'^push_to_queue/(\d+)$', 'views.push_to_queue'), + (r'^set_captcha$', 'views.set_captcha'), ) \ No newline at end of file -- cgit v1.2.3