This commit is contained in:
Ross
2025-12-06 19:24:06 +00:00
parent 502f875c4d
commit 679af14739
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -360,6 +360,10 @@ def export_table(request):
rows.append({
'pk': d.pk,
'name': d.name,
'era': d.era,
'era_display': d.get_era_display(),
'diet': d.diet,
'diet_display': d.get_diet_display(),
'speed_kmh': d.speed,
'weight_kg': d.weight,
'height_m': float(d.height),