Commit f5b55d91 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

fix error

parent 075a779a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ def LoginView(request):
        args['system_message']={'text':_('User does not exist or the password is incorrect!'),'type':'alert'}
        return render(request, 'sopds_login.html', args)
    
    return render(request, 'sopds_Login.html', args)
    return render(request, 'sopds_login.html', args)

def LogoutView(request):
    args = {}