Skip to content

Commit

Permalink
Turn off the license_expression rendering #138
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Aug 2, 2024
1 parent e3d4376 commit 6b4d4ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<a href="{{ dependency.for_package.get_absolute_url }}" target="_blank">{{ dependency.for_package }}</a>
</strong>
<div>
{{ dependency.for_package.license_expression_html|default_if_none:"" }}
{{ dependency.for_package.license_expression|default_if_none:"" }}
</div>
{% else %}
Current product
Expand All @@ -121,7 +121,7 @@
{% endif %}
</strong>
<div>
{{ dependency.resolved_to_package.license_expression_html|default_if_none:"" }}
{{ dependency.resolved_to_package.license_expression|default_if_none:"" }}
</div>
{% else %}
Not resolved
Expand Down

0 comments on commit 6b4d4ca

Please sign in to comment.