diff --git a/SocialHelper/homepage/__pycache__/views.cpython-37.pyc b/SocialHelper/homepage/__pycache__/views.cpython-37.pyc index b336f01..f3684db 100644 Binary files a/SocialHelper/homepage/__pycache__/views.cpython-37.pyc and b/SocialHelper/homepage/__pycache__/views.cpython-37.pyc differ diff --git a/SocialHelper/homepage/views.py b/SocialHelper/homepage/views.py index f84b88a..ed70c36 100644 --- a/SocialHelper/homepage/views.py +++ b/SocialHelper/homepage/views.py @@ -235,7 +235,7 @@ def edit_offer(request, offer_id): offer_local = request.POST['offer'] - instance.Wolontatriat = wol, + instance.Wolontatriat = wol instance.type = int(type_local) instance.offer = int(offer_local) instance.title = title_local