diff --git a/core/views/positions.py b/core/views/positions.py index 9ac963f..be0bdb5 100644 --- a/core/views/positions.py +++ b/core/views/positions.py @@ -39,7 +39,6 @@ def annotate_positions(positions, user, return_order_ids=False): class Positions(LoginRequiredMixin, OTPRequiredMixin, ObjectList): list_template = "partials/position-list.html" page_title = "Live positions from all exchanges" - page_subtitle = "Manual trades are editable under 'Bot Trades' tab." context_object_name_singular = "position" context_object_name = "positions"