This commit is contained in:
Jędrzej Klepacki 2020-12-30 22:54:00 +01:00
parent 63ee0aa9c7
commit ef8d375e5f
2 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ def edit_offer(request, offer_id):
offer_local = request.POST['offer'] offer_local = request.POST['offer']
instance.Wolontatriat = wol, instance.Wolontatriat = wol
instance.type = int(type_local) instance.type = int(type_local)
instance.offer = int(offer_local) instance.offer = int(offer_local)
instance.title = title_local instance.title = title_local