Skip to content

Commit

Permalink
Fix high-is-good
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenswat committed Feb 7, 2024
1 parent e4712a0 commit 5cdd6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/abyssal_modules/templatetags/module_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def format_attribute_basic(val, attr):

@register.filter
def rendered_high_is_good(at):
return hg(at.id, at.high_is_good)
return hg(at.high_is_good, at.id)

@register.filter()
def delta(d, attr):
Expand Down

0 comments on commit 5cdd6ea

Please sign in to comment.