From 17bcbedf3099b128ae4df8f5ee079215ce29bc6e Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Tue, 30 Jun 2020 15:53:48 +0200 Subject: [PATCH] Better naming convention --- .../templates/authens/{old_cas_login.html => oldcas_login.html} | 0 authens/views.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename authens/templates/authens/{old_cas_login.html => oldcas_login.html} (100%) 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):