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

Merge branch 'include-my-work-from-our-last-meeting' into 'master'

Include my work from our last meeting

See merge request AlekSIS/AlekSIS-App-Hjelp!4
parents fdb36195 11e7131c
No related branches found
No related tags found
1 merge request!4Include my work from our last meeting
......@@ -36,7 +36,10 @@ class FAQQuestion(models.Model):
verbose_name=_("Symbol"))
show = models.BooleanField(verbose_name=_("Published"), default=False)
answer_text = RichTextField(help_text="")
answer_text = RichTextField(help_text=_("Because of our CSS framework the HTML tag "
"<strong>&lt;ul&gt;</strong> must have the CSS "
"class <em>browser-default</em>. In this case, please "
"use the manual editor mode."))
section = models.ForeignKey(FAQSection, on_delete=models.CASCADE, blank=True, related_name="questions",
verbose_name=_("Section"))
......
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