Skip to content
Snippets Groups Projects
Commit 0ea718b7 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Apply suggestion to aleksis/apps/hjelp/models.py

parent a3ee68ca
Branches include-my-work-from-our-last-meeting
No related tags found
1 merge request!4Include my work from our last meeting
......@@ -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