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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -12,7 +12,7 @@ Import dat do {% if contest %}soutěžní oblasti {{ contest.place.name }}{% els
@@ -12,7 +12,7 @@ Import dat do {% if contest %}soutěžní oblasti {{ contest.place.name }}{% els
{% if errs %}
{% if errs %}
<h3>Chyby při importu</h3>
<h3>Chyby při importu</h3>
<div class="alert alert-danger" role="alert" style="white-space: pre">{{ "" -}}
<div class="alert alert-danger" role="alert" style="white-space: pre-line">{{ "" -}}
{% for e in errs %}
{% for e in errs %}
{{ e }}
{{ e }}
{% endfor %}
{% endfor %}
Loading