read.markets/app
Giorgio Gilestro 259146ecdc fix: don't put literal Jinja syntax inside JS comments in base.html
The previous commit's i18n explanatory comment included the snippet
{% if user_lang == 'it' %} as illustration — but Jinja parses the
whole template, including content inside JS // comments, so that
literal got picked up as a real (unclosed) tag and every page rendered
with a TemplateSyntaxError. Rewrite the comment without the literal
Jinja syntax.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-29 12:03:44 +02:00
..
jobs jobs: per-row savepoint + aggregate logging in translation fan-out 2026-05-28 12:37:06 +02:00
routers i18n: stop truncating IT translations + localise the chat sidebar 2026-05-29 11:44:41 +02:00
services i18n: stop truncating IT translations + localise the chat sidebar 2026-05-29 11:44:41 +02:00
static ui: flip tone relabel — "Pro" now maps to INTERMEDIATE, not NOVICE 2026-05-29 11:23:52 +02:00
templates fix: don't put literal Jinja syntax inside JS comments in base.html 2026-05-29 12:03:44 +02:00
__init__.py
auth.py
branding.py css: split cassandra.css into per-section files 2026-05-28 12:31:29 +02:00
cli.py
config.py
db.py
logging.py
main.py routers: extract chat + ops from api.py 2026-05-27 21:43:17 +02:00
models.py
redis_client.py
scheduler_main.py
schemas.py
templates_env.py mobile: cache-bust static assets so browser picks up CSS/JS edits 2026-05-28 19:20:49 +02:00