diff --git a/mo/web/templates/parts/org_contest_guide.html b/mo/web/templates/parts/org_contest_guide.html
index f8f23ddd13a7dae496fcb431d6458aab7a3930d1..9d425c5879348faa89986fd033ef3103f1dd023e 100644
--- a/mo/web/templates/parts/org_contest_guide.html
+++ b/mo/web/templates/parts/org_contest_guide.html
@@ -27,7 +27,7 @@
 	{% endif %}
 
 	{% if round_type not in [RoundType.domaci, RoundType.skolni] %}
-	<li>Rozešlete soutěžícím <a href='{{ ctx.url_for('org_generic_list_emails') }}'>pozvánky</a>.
+	<li>Rozešlete soutěžícím <a href='{{ ctx.url_for('org_generic_list_emails', participation_state='active', pant_email=True, school_email=True) }}'>pozvánky</a>.
 	{% endif %}
 
 	{% if round_type != RoundType.domaci %}