Adjust titles for CRUD panels
This commit is contained in:
@@ -70,7 +70,7 @@ class PositionAction(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
|
||||
detail_template = "partials/position-detail.html"
|
||||
|
||||
context_object_name_singular = "position"
|
||||
context_object_name = "positions"
|
||||
context_object_name = "position info"
|
||||
|
||||
detail_url_name = "position_action"
|
||||
detail_url_args = ["type", "account_id", "symbol"]
|
||||
|
||||
Reference in New Issue
Block a user