diff --git a/common/djangoapps/student/views.py b/common/djangoapps/student/views.py index 645c1249e0..4cd9689092 100644 --- a/common/djangoapps/student/views.py +++ b/common/djangoapps/student/views.py @@ -372,7 +372,7 @@ def change_enrollment(request): @ensure_csrf_cookie def accounts_login(request, error=""): - return render_to_response('accounts_login.html', {'error': error}) + return render_to_response('login.html', {'error': error}) # Need different levels of logging diff --git a/lms/templates/accounts_login.html b/lms/templates/accounts_login.html deleted file mode 100644 index db9cca2b22..0000000000 --- a/lms/templates/accounts_login.html +++ /dev/null @@ -1,35 +0,0 @@ -<%! from django.core.urlresolvers import reverse %> -<%inherit file="main.html" /> -<%namespace name='static' file='static_content.html'/> - -<%block name="headextra"> - - - -
- -