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

Seznam účastníků nabízí stažení v českém CSV a TSV

parent dc55f8f7
Branches
No related tags found
1 merge request!15WIP: Reforma importů
This commit is part of merge request !15. Comments created here will be created in the context of that merge request.
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{{ wtf.form_field(filter.participation_state) }} {{ wtf.form_field(filter.participation_state) }}
<div class="btn-group"> <div class="btn-group">
{{ wtf.form_field(filter.submit, class='btn btn-primary') }} {{ wtf.form_field(filter.submit, class='btn btn-primary') }}
<button class="btn btn-default" name="format" value="csv" title="Stáhnout celý výsledek v CSV">↓ CSV</button> <button class="btn btn-default" name="format" value="cs_csv" title="Stáhnout celý výsledek v CSV">↓ CSV</button>
<button class="btn btn-default" name="format" value="tsv" title="Stáhnout celý výsledek v TSV">↓ TSV</button> <button class="btn btn-default" name="format" value="tsv" title="Stáhnout celý výsledek v TSV">↓ TSV</button>
</div> </div>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment