Skip to content

Commit

Permalink
Project Required Decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Jan 11, 2024
1 parent 6286c94 commit 927ee9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/items/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def item_create_view(request):
item_obj.project = request.project
item_obj.added_by = request.user
item_obj.save()
projects_cache.get_user_projects(request.user.username)
return redirect(item_obj.get_absolute_url())
context = {
"form": form
Expand Down

0 comments on commit 927ee9d

Please sign in to comment.