This commit is contained in:
Ross
2021-11-21 21:05:45 +00:00
parent 8e11a72aee
commit 77fcfa0e3a
+1 -1
View File
@@ -1111,7 +1111,7 @@ class ExamClone(ExamCloneMixin, ExamCreate):
def get_question_by_hash(request):
if request.is_ajax() and request.method == "POST":
hash = json.loads(request.POST.get("hash"))
hash = request.POST.get("hash")
try:
question = RapidImage.objects.get(image_md5_hash=hash)