Skip to content
Snippets Groups Projects
Commit 147a2f7d authored by Martin Mareš's avatar Martin Mareš
Browse files

Tabulky: Obecný download link umí všechny 3 formáty

parent c2dc8516
Branches
No related tags found
1 merge request!15WIP: Reforma importů
......@@ -105,7 +105,7 @@ class Table:
tab.append('</table>')
if self.show_downlink:
tab.append("<p>Stáhnout jako <a href='?format=cs_csv'>CSV</a> nebo <a href='?format=tsv'>TSV</a>.")
tab.append("<p>Stáhnout jako <a href='?format=en_csv'>CSV s čárkami</a>, <a href='?format=cs_csv'>CSV se středníky</a> nebo <a href='?format=tsv'>TSV</a>.")
return Markup("\n".join(tab))
def to_csv(self, fmt: FileFormat) -> bytes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment