Remove subtitle for positions

This commit is contained in:
2023-02-14 07:20:47 +00:00
parent 7a593b902b
commit b6126a8454

View File

@@ -39,7 +39,6 @@ def annotate_positions(positions, user, return_order_ids=False):
class Positions(LoginRequiredMixin, OTPRequiredMixin, ObjectList): class Positions(LoginRequiredMixin, OTPRequiredMixin, ObjectList):
list_template = "partials/position-list.html" list_template = "partials/position-list.html"
page_title = "Live positions from all exchanges" 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_singular = "position"
context_object_name = "positions" context_object_name = "positions"