Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 8, 2024
1 parent eae4bd8 commit a6d42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embark/tracker/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class Meta:
orderable = True

def render_sbom(self, value):
return format_html(f"<a href=\"{reverse(viewname='embark-tracker-sbom', args=[value])}\">{value}</a>")
return format_html(f"<a href=\"{reverse(viewname='embark-tracker-sbom', args=[value])}\">{value}</a>")

0 comments on commit a6d42b8

Please sign in to comment.