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

Export škol také nabízíme ve všech třech formátech

parent c85da15f
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,9 @@
<ul>
<li><a href='{{ url_for('doc_garant') }}'>Návod pro garanty</a>
<li>Export všech škol: <a href='{{ url_for('org_export_skoly', format='csv') }}'>CSV</a>,
<li>Export všech škol:
<a href='{{ url_for('org_export_skoly', format='en_csv') }}'>CSV s čárkami</a>,
<a href='{{ url_for('org_export_skoly', format='cs_csv') }}'>CSV se středníky</a>,
<a href='{{ url_for('org_export_skoly', format='tsv') }}'>TSV</a>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment