Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
no code smell
  • Loading branch information
PavelLinearB committed May 18, 2023
1 parent 49c0dda commit d6dc96e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions introduction/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def xss_lab3(request):
else:
return redirect('login')

#***********************************SQL****************************************************************#

def sql(request):
if request.user.is_authenticated:
Expand Down Expand Up @@ -185,7 +184,6 @@ def sql_lab(request):
else:
return redirect('login')


def insec_des(request):
if request.user.is_authenticated:
return render(request,'Lab/insec_des/insec_des.html')
Expand Down

0 comments on commit d6dc96e

Please sign in to comment.