diff --git a/main/templates/main/main_career_page.html b/main/templates/main/main_career_page.html
index 33b15a4e3ae17970f3fd3069f3517479e1a5f1cb..765d25777c448e95e76a02c689fcaf432f4215c5 100644
--- a/main/templates/main/main_career_page.html
+++ b/main/templates/main/main_career_page.html
@@ -26,6 +26,13 @@
                 <strong>Poměr</strong>: {{ page.employment_relationship }}<br>
                 <strong>Časová náročnost</strong>: {{ page.time_cost }}<br>
                 <strong>Místo výkonu práce</strong>: {{ page.location }}<br>
+
+                {% if page.proceedings_url %}
+                    <strong>Odkaz na průběh řízení</strong>:
+                    <a href="{{ page.proceedings_url }}" target="_blank" class="underline">
+                        {{ page.proceedings_url }}
+                    </a><br>
+                {% endif %}
             </div>
 
             <div class="mb-6 prose prose-black max-w-screen-lg">