Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jun 2, 2024
1 parent c3ac248 commit 86e518f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/npda/views/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def home(request):
context = {"file_uploaded": file_uploaded, "form": form}
template = "home.html"
return render(request=request, template_name=template, context=context)

else:
form = UploadFileForm()
context = {"file_uploaded": file_uploaded, "form": form}
Expand Down

0 comments on commit 86e518f

Please sign in to comment.