diff --git a/mo/web/templates/org_contest_add_user.html b/mo/web/templates/org_contest_add_user.html
index a016c847ce34e0fe29a3403adddefc0b5f33ba38..d544dbef1c6d75fe4f0bfc8b93788a3fb0a6cf33 100644
--- a/mo/web/templates/org_contest_add_user.html
+++ b/mo/web/templates/org_contest_add_user.html
@@ -11,8 +11,6 @@
 
 {% block body %}
 
-{% if errs %}
-{% endif %}
 <p>Jméno, škola, ročník a rok narození nejsou povinné pro již registrované účty.</p>
 
 {{ wtf.quick_form(form, form_type='simple', button_map={'save': 'primary'}) }}