Skip to content

Commit

Permalink
Changed path to Index.html adding the Main parent directory as specif…
Browse files Browse the repository at this point in the history
…ied in issue IEEE-VIT#4.
  • Loading branch information
dickyw71 committed Oct 5, 2019
1 parent 97ad78d commit f86aef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

def index_view(request):
if request.method == 'GET':
return render(request, 'Index.html')
return HttpResponse(405)
return render(request, 'Main/Index.html')
return HttpResponse(405)

0 comments on commit f86aef0

Please sign in to comment.