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?
Comments