update

FFIB 2 settimane fa
parent
commit
4ad32778f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      account/models.py

+ 1 - 1
account/models.py

@@ -278,7 +278,7 @@ class UserInfo(BaseModelMixin, LensmanTypeBoolMixin):
278 278
             'is_lensman': bool(self.lensmaninfo),
279 279
             'lensman_info': self.lensmaninfo,
280 280
 
281
-            'is_tmp_popup': self.is_tmp_popup,
281
+            # 'is_tmp_popup': self.is_tmp_popup,
282 282
         }
283 283
 
284 284
     def brand_qydata(self, brand_id=None):