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?

michas's avatar
46
michas
asked 2014-03-01 08:53:08 -0500, updated 2014-03-01 10:28:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments