.
This commit is contained in:
+1
-1
@@ -458,7 +458,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.replace("#", "")))
|
||||
|
||||
self.answer_compare = s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user