Skip to content
Snippets Groups Projects
Commit f54569f5 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

add page result display

parent d8d79e98
No related branches found
No related tags found
2 merge requests!1208Release,!1204Release
Pipeline #20349 passed
This commit is part of merge request !1204. Comments created here will be created in the context of that merge request.
......@@ -32,6 +32,16 @@
{{ page.content|richtext }}
</div>
{% if page.result %}
<div class="bg-blue-100 border border-solid border-blue-200 p-4 my-16">
<h3 class="head-4xl pt-4 mb-3">Výsledek výběrového řízení</h3>
<div class="prose prose-black max-w-screen-lg">
{{ page.result|richtext }}
</div>
</div>
{% endif %}
<div data-micromodal-trigger="modal-1" class="lg:mb-3 mb-12">
{% include "styleguide2/includes/atoms/buttons/round_button.html" with text="Přihlásit se" show_arrow_on_hover=True %}
</div>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment