diff --git a/oioioi/contests/templates/contests/submission.html b/oioioi/contests/templates/contests/submission.html
index c1b98e7b3..76fd09133 100644
--- a/oioioi/contests/templates/contests/submission.html
+++ b/oioioi/contests/templates/contests/submission.html
@@ -33,14 +33,14 @@
{% for report in reports %}
{{ report }}
-
- {% if submission.status == 'SE' %}
-
- {% trans "Something went wrong on our side when judging your submission... Try again later or contact the administration if this issue persists." %}
- {% endif %}
-
{% endfor %}
+ {% if submission.status == 'SE' %}
+
+
+ {% trans "Something went wrong on our side when judging your submission... Try again later or contact the administration if this issue persists." %}
+
+ {% endif %}
{% if can_admin %}