update

FFIB %!s(int64=13) %!d(string=hace) horas
padre
commit
49b4dc3dbf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      member/models.py

+ 1 - 0
member/models.py

@@ -812,6 +812,7 @@ class MemberActivitySignupInfo(BaseModelMixin, BrandInfoMixin):
812 812
             'fields': json.loads(self.fields) if self.fields else [],
813 813
             'is_signin': self.is_signin,
814 814
             'audit_status': self.audit_status,
815
+            'created_at': tc.local_string(utc_dt=self.created_at),
815 816
         }
816 817
 
817 818