marcus-sonestedt / t13activityweb

Website to help organizations & clubs coordinate activities amongst their members
GNU Affero General Public License v3.0
2 stars 1 forks source link

Web links in FAQ text are not hyperlinked #9

Closed marcus-sonestedt closed 4 years ago

marcus-sonestedt commented 4 years ago

Describe the bug Links in the FAQ answers are not clickable.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Hjälp'
  2. Check any answer
  3. Attempt to click link to github or other places
  4. Nothing happens

Expected behavior Links in blue (or something) and clickable

Additional context Maybe we should allow for markdown in the FAQ text areas, not just plain text.

Also, newlines are not preserved, so we need some treatment anyway.

marcus-sonestedt commented 4 years ago

Maybe this would help a bit: https://github.com/agusmakmun/django-markdown-editor

Could be used for generic HTML in different places (events, tasks and their types, etc...)