Skip to content

Commit 636fb20

Browse files
committed
fixup! jinja: add pull_request_link jinja function (bug 2002161)
1 parent da91032 commit 636fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lando/jinja.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def environment(**options): # noqa: ANN201
442442
"config": settings,
443443
"get_messages": messages.get_messages,
444444
"graph_height": graph_height,
445-
"pull_request_link": pull_request_link,
445+
"pull_request_url": pull_request_url,
446446
"treeherder_link": treeherder_link,
447447
"new_settings_form": UserSettingsForm,
448448
"static_url": settings.STATIC_URL,

0 commit comments

Comments
 (0)