Better naming convention

This commit is contained in:
Ludovic Stephan 2020-06-30 15:53:48 +02:00
parent 5295431e68
commit 17bcbedf30
2 changed files with 1 additions and 1 deletions

View file

@ -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):