Settings show "Q&A" instead of "Q&A"
 

In site_settings.py description for the title option is set as "Site title for the Q&A forum".

This string is later escaped by django.

And later again escaped by the templating engine. Therfore the final page shows "Site title for the Q&A forum".

It seems like it is actually a bug in django, which is fixed at version 1.6 and newer.

Is there any reason for insisting on 'django<=1.5' for Askbot?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
michas's avatar
46
michas
asked 11 years ago, updated 11 years ago

Comments

see more comments