diff --git a/authens/templates/authens/old_cas_login.html b/authens/templates/authens/oldcas_login.html similarity index 100% rename from authens/templates/authens/old_cas_login.html rename to authens/templates/authens/oldcas_login.html diff --git a/authens/views.py b/authens/views.py index 60aaf9a..c1d4f66 100644 --- a/authens/views.py +++ b/authens/views.py @@ -104,7 +104,7 @@ class PasswordResetConfirmView( class OldCASLoginView(auth_views.LoginView): - template_name = "authens/old_cas_login.html" + template_name = "authens/oldcas_login.html" authentication_form = OldCASAuthForm def get_initial(self):