You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Adrian Cochrane edited this page Jun 13, 2018
·
2 revisions
odysseus:home could use better autoescaping of SQL strings within translation. For this add |trans.
The latter requires adjusting the escaping syntax of the strings, which can be done with .decode('unicode_escape') & some subs to use {% templatetag %}. From everything would work as per normal.