From b4759df72d29e3a29693bab5956424becbae3137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org> Date: Wed, 18 Dec 2024 10:47:57 +0100 Subject: [PATCH] add proceedings url --- main/templates/main/main_career_page.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main/templates/main/main_career_page.html b/main/templates/main/main_career_page.html index 33b15a4e..765d2577 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"> -- GitLab