Commit 53155d22 by Bridger Maxwell

Getting the names more consistent

parent a8b3da3f
......@@ -27,7 +27,7 @@ urlpatterns = ('',
url(r'^create_account$', 'auth.views.create_account'),
url(r'^activate/(?P<key>[^/]*)$', 'auth.views.activate_account'),
url(r'^$', 'auth.views.index'),
url(r'^course_info$', 'auth.views.courseinfo'),
url(r'^course_info/$', 'auth.views.courseinfo'),
url(r'^password_reset/$', 'django.contrib.auth.views.password_reset',
dict(from_email='6002-admin@mit.edu'),name='auth_password_reset'),
url(r'^password_change/$',django.contrib.auth.views.password_change,name='auth_password_change'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment