Skip to content
Snippets Groups Projects

Release

Merged Alexa Valentová requested to merge feat/fix-octo-import into test
3 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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>
Loading