Clean up old templates and remove duplicate heading
This commit is contained in:
@@ -14,8 +14,6 @@ log = logs.get_logger(__name__)
|
||||
class Profit(LoginRequiredMixin, OTPRequiredMixin, ObjectRead):
|
||||
context_object_name_singular = "profit"
|
||||
context_object_name = "profit"
|
||||
page_title = "Profit info (USD)"
|
||||
# detail_template = "partials/profit-info.html"
|
||||
|
||||
def get_object(self, **kwargs):
|
||||
res = synchronize_async_helper(
|
||||
|
||||
Reference in New Issue
Block a user