Remove unnecessary fields from trade response
This commit is contained in:
@@ -50,12 +50,15 @@ class TradeAction(LoginRequiredMixin, OTPRequiredMixin, View):
|
||||
|
||||
if type == "page":
|
||||
type = "modal"
|
||||
db_info = db_info.__dict__
|
||||
del db_info["_state"]
|
||||
del db_info["_original"]
|
||||
context = {
|
||||
"title": f"Trade info ({type})",
|
||||
"unique": unique,
|
||||
"window_content": self.window_content,
|
||||
"type": type,
|
||||
"db_info": db_info.__dict__,
|
||||
"db_info": db_info,
|
||||
"live_info": live_info,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user