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

Varovat stačí jednou :)

parent fe458775
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,10 @@ Import dat {% if contest or round %}do {% if contest %}soutěže {{ contest.plac
<div class="alert alert-warning" role="alert" style="white-space: pre-line">{{ "" -}}
{% for e in warnings %}
{{ e }}
{% endfor %}
{% if confirm_only %}
Varování nebránila dokončení importu.
{% endif %}
{% endfor %}
</div>
{% endif %}
......@@ -24,8 +24,8 @@ Varování nebránila dokončení importu.
<div class="alert alert-danger" role="alert" style="white-space: pre-line">{{ "" -}}
{% for e in errs %}
{{ e }}
Jelikož došlo k chybám, import nebyl proveden.
{% endfor %}
Jelikož došlo k chybám, import nebyl proveden.
</div>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment