We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cce76 commit fed146fCopy full SHA for fed146f
guide/webapp/display/layouts/elements/sidebar.py
@@ -24,7 +24,7 @@ def _menu_items(request: Request) -> list[Builder]:
24
),
25
E.li("How we ").a(
26
"built this site w/ Sanic",
27
- href="/{request.ctx.language}/built-with-sanic.html",
+ href=f"/{request.ctx.language}/built-with-sanic.html",
28
29
E.li("The ").a(
30
"Awesome Sanic",
0 commit comments