Mercurial > public > sg101
diff accounts/urls.py @ 692:4a49d4ac319f
For #51, remove the ajax popup login window.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 01 Sep 2013 15:58:45 -0500 |
parents | 8e6b8ffe5f34 |
children | 95f4e7f352fd |
line wrap: on
line diff
--- a/accounts/urls.py Sun Sep 01 11:59:28 2013 -0500 +++ b/accounts/urls.py Sun Sep 01 15:58:45 2013 -0500 @@ -4,7 +4,6 @@ from django.views.generic import TemplateView urlpatterns = patterns('accounts.views', - url(r'^login/ajax/$', 'login_ajax', name='accounts-login_ajax'), url(r'^register/$', 'register', name='accounts-register'), (r'^register/thanks/$', 'register_thanks'), (r'^register/confirm/(?P<username>[\w.@+-]{1,30})/(?P<key>[a-zA-Z0-9]{20})/$', 'register_confirm'),