Skip to content
Snippets Groups Projects
Commit a3ee68ca authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Correct english translation in models.py

parent f1eb9968
No related branches found
No related tags found
1 merge request!6Add ckeditor in FAQ questions admin interface
......@@ -35,9 +35,9 @@ class FAQQuestion(models.Model):
show = models.BooleanField(verbose_name=_("Published"), default=False)
answer_text = models.TextField(blank=True,
help_text=_("You can use HTML-syntax in the FAQ-answers!<br> Because of "
"our CSS-framework all <strong>&lt;ul&gt;</strong>-Elements "
"must have the CSS-class <em>browser-default</em>!"),
help_text=_("You can use HTML syntax in the FAQ-answers!<br> Because of "
"our CSS framework all <strong>&lt;ul&gt;</strong>-Elements "
"must have the CSS class <em>browser-default</em>!"),
verbose_name=_("Answer"))
section = models.ForeignKey(FAQSection, on_delete=models.CASCADE, blank=True, related_name="questions",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment