.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user