2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 18:47:18 +00:00

single quote on server

This commit is contained in:
2025-07-21 21:24:00 +02:00
parent a319863654
commit e983ac2f00

View File

@@ -207,8 +207,8 @@ def folk_export(request):
request,
"controlPanel.html",
{"expeditions": Expedition.objects.all(),
"jobs_completed": f"GENERATED {str(newfile)} {datetime.now().strftime("%Y-%m-%d %H:%M")
}"}
"jobs_completed": f"GENERATED {str(newfile)} {datetime.now().strftime('%Y-%m-%d %H:%M')}"
}
)
def exportlogbook(request, year=None):