Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GBU31 committed Aug 29, 2023
1 parent ea24186 commit 08f546a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def index(request):
return render(request, 'index.html')

def error(request):
return render(request, "error.html)"
return render(request, "error.html")

class MyModelViewSet(viewsets.ModelViewSet):
queryset = FileModel.objects.all()
Expand Down

0 comments on commit 08f546a

Please sign in to comment.