Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo committed Mar 14, 2024
1 parent 6567bdc commit 16c588b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def bg_active_nav(current, target, nav="sidebar"):
else:
return "active" if urlparse(target).path == urlparse(current).path else ""


@register.simple_tag(name="product_in_category")
def product_in_category(productpage, categorySlug):
if categorySlug == "":
Expand Down

0 comments on commit 16c588b

Please sign in to comment.