Allow Markdown within the speaker bio and proposal abstract, with a restricted set of tags for safety. Render direct to markdown instead of storing plain and HTML in the database. Fix issue in timetable when a day had no slots created.
3 lines
191 B
Python
3 lines
191 B
Python
TEXT_FIELD_FORMAT_NOTE=(
|
|
"This field supports <a href='https://daringfireball.net/projects/markdown/syntax' target='_blank'>Markdown</a>, " +
|
|
"with limitations on allowed elements.")
|