Monday, March 9, 2026¶
I’m working on #6654 (Language switching and page_name for songbook).
The only problem is that the EN page with page_name “laulud” cannot make a link
to the corresponding page in ET. I want the text of the English page to say “This
content is available only in Estonian”, followed by a [page 20 Click here] or
[ref page:20 Click here].
lino/modlib/bootstrap5/config/bootstrap5/base.html calls
ar.get_request_url()for each language except the current one.ar.get_request_url()then callsRenderer.obj2url()The ref memo command calls
MemoReferrable.memo2html(), which callsModel.as_summary_item(), which callsar.obj2html(), which callsRenderer.obj2url().Renderer.obj2url()callsModel.get_publisher_pk()