|
@@ -2620,7 +2620,7 @@ class CropCount_View(ListView):
|
|
|
h2 = {"cropname":x.cropname,
|
|
h2 = {"cropname":x.cropname,
|
|
|
"area":x.area.name,
|
|
"area":x.area.name,
|
|
|
"crop_count":x.crop_count,
|
|
"crop_count":x.crop_count,
|
|
|
- "img":x.area.img,
|
|
|
|
|
|
|
+ "img":x.area.farm_img,
|
|
|
"time":data,
|
|
"time":data,
|
|
|
"id":x.id,
|
|
"id":x.id,
|
|
|
"upl_time":x.upl_time.strftime('%Y-%m-%d')
|
|
"upl_time":x.upl_time.strftime('%Y-%m-%d')
|