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,6 +8,16 @@
{% 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>
Loading