Implement asset rules as Asset Group children objects
This commit is contained in:
@@ -11,7 +11,7 @@ log = logs.get_logger(__name__)
|
||||
class RiskList(LoginRequiredMixin, ObjectList):
|
||||
list_template = "partials/risk-list.html"
|
||||
model = RiskModel
|
||||
page_title = "List of risk management strategies. Linked to accounts."
|
||||
page_title = "List of risk management strategies, linked to accounts"
|
||||
|
||||
list_url_name = "risks"
|
||||
list_url_args = ["type"]
|
||||
|
||||
Reference in New Issue
Block a user