This commit is contained in:
Ross
2021-06-26 16:13:40 +01:00
parent f2e499547f
commit f02594bfd1
+1
View File
@@ -601,6 +601,7 @@ def loadJsonAnswer(answer):
ans = exiting_answers[0]
if answer["qidn"] == "1":
ans.normal = normal
ans.answer = ""
elif answer["qidn"] == "2":
ans.answer = posted_answer
ans.full_clean()