This commit is contained in:
Ross
2022-01-10 10:57:49 +00:00
parent 5161fc3276
commit c61b45634c
+1 -1
View File
@@ -482,7 +482,7 @@ class CidUserAnswer(models.Model):
self.answer = self.answer.strip()
s = self.answer.lower()
s = s.translate(str.maketrans("", "", string.punctuation))
s = s.translate(str.maketrans("", "", string.punctuation)).strip()
self.answer_compare = s