This commit is contained in:
Ross
2021-03-03 19:26:48 +00:00
parent 543c319041
commit f8bdb93e33
+1 -1
View File
@@ -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