Skip to content
Snippets Groups Projects

O něco blbuvzdornější import účastníků

Merged Jan Prachař requested to merge honza/blbuvzordy-import into master
6 unresolved threads

Files

@@ -8,14 +8,24 @@
{% block body %}
{% if warnings %}
<h3>Varování při importu</h3>
<div class="alert alert-warning" role="alert" style="white-space: pre-line">{{ "" -}}
{% for e in warnings %}
{{ e }}
{% endfor %}
</div>
{% endif %}
{% if errs %}
<h3>Chyby při importu</h3>
<pre><div class="alert alert-danger" role="alert">{{ "" -}}
<div class="alert alert-danger" role="alert" style="white-space: pre-line">{{ "" -}}
{% for e in errs %}
{{ e }}
{% endfor %}
</div></pre>
</div>
{% endif %}
<p>Zde si můžete stáhnout bodovací formulář v zadaném formátu a pak ho nahrát zpět
Loading