We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da91032 commit 636fb20Copy full SHA for 636fb20
src/lando/jinja.py
@@ -442,7 +442,7 @@ def environment(**options): # noqa: ANN201
442
"config": settings,
443
"get_messages": messages.get_messages,
444
"graph_height": graph_height,
445
- "pull_request_link": pull_request_link,
+ "pull_request_url": pull_request_url,
446
"treeherder_link": treeherder_link,
447
"new_settings_form": UserSettingsForm,
448
"static_url": settings.STATIC_URL,
0 commit comments