Skip to content

Commit

Permalink
jinja: move graph_height to globals (bug 1912966)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeid committed Aug 13, 2024
1 parent e5f43e3 commit 2d65110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lando/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ def environment(**options):
{
"config": settings,
"get_messages": messages.get_messages,
"graph_height": graph_height,
"new_settings_form": UserSettingsForm,
"static_url": settings.STATIC_URL,
"url": reverse,
Expand All @@ -315,7 +316,6 @@ def environment(**options):
"graph_above_path": graph_above_path,
"graph_below_path": graph_below_path,
"graph_color": graph_color,
"graph_height": graph_height,
"graph_width": graph_width,
"graph_x_pos": graph_x_pos,
"linkify_bug_numbers": linkify_bug_numbers,
Expand Down

0 comments on commit 2d65110

Please sign in to comment.