1 Commity 62badb8c79 ... b7e6f1f644

Autor SHA1 Wiadomość Data
  FFIB b7e6f1f644 update 1 tydzień temu
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      mch/models.py

+ 2 - 1
mch/models.py

@@ -268,7 +268,8 @@ class ModelInfo(BaseModelMixin):
268 268
         return {
269 269
             'shot_id': self.shot_type_id,
270 270
             'shot_name': self.model_uni_full_name,
271
-            'shot_image': self.image_url,
271
+            'shot_image': self.image2_url,
272
+            'shot_image_path': self.image2_path,
272 273
             'integral': self.shot_member_integral,
273 274
         }
274 275