Better naming convention
This commit is contained in:
parent
5295431e68
commit
17bcbedf30
2 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue