Skip to content

Commit

Permalink
Fix the ProductForm helper to remove WARNINGS #97
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Dec 16, 2024
1 parent ee1736e commit 66005e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_portfolio/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def helper(self):
HTML("<hr>"),
Group("is_active", "configuration_status", "release_date"),
HTML("<hr>"),
Group("vulnerabilities_risk_threshold", "", ""),
Group("vulnerabilities_risk_threshold", HTML(""), HTML("")),
HTML("<hr>"),
Submit("submit", self.submit_label, css_class="btn-success"),
self.save_as_new_submit,
Expand Down

0 comments on commit 66005e1

Please sign in to comment.