Hajat Kateer
This commit is contained in:
parent
d32ac2ab18
commit
d9dc7f3323
@ -142,7 +142,7 @@ class AjaxHandlerView(LoginRequiredMixin, View):
|
|||||||
vin_data = {}
|
vin_data = {}
|
||||||
decoding_method = ''
|
decoding_method = ''
|
||||||
|
|
||||||
manufacturer_name = model_name = year_model = None
|
# manufacturer_name = model_name = year_model = None
|
||||||
if not (result :=decodevin(vin_no)):
|
if not (result :=decodevin(vin_no)):
|
||||||
return JsonResponse({'success': False, 'error': 'VIN not found in all sources.'}, status=404)
|
return JsonResponse({'success': False, 'error': 'VIN not found in all sources.'}, status=404)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user