Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancham1603 committed Dec 1, 2023
1 parent 348a05e commit a93ccae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/validation/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,5 @@ def kiosk_extension(request):
'status':False,
'message':'Invalid!'
}
return HttpResponse(json.dumps(data))
return render('extension.html', {'data':data})

0 comments on commit a93ccae

Please sign in to comment.