1 Commits 2612fa6c1c ... 62badb8c79

Autor SHA1 Mensaje Fecha
  FFIB 62badb8c79 update hace 1 semana
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      mch/models.py

+ 2 - 2
mch/models.py

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