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

fix templates

parent 89a66dde
No related branches found
No related tags found
2 merge requests!1143Release,!1142Fix templates, add card background image
Pipeline #19862 passed
{% include "styleguide2/contact_page.html" with show_regional_contacts=True %}
{% extends "styleguide2/contact_page.html" %}
{% block navbar %}
{% include 'styleguide2/includes/organisms/layout/main/navbar.html' with selected_item=page.get_menu_title %}
......
{% include "styleguide2/people_page.html" %}
{% extends "styleguide2/people_page.html" %}
{% block navbar %}
{% include 'styleguide2/includes/organisms/layout/main/navbar.html' with selected_item=page.get_menu_title %}
......
......@@ -33,7 +33,7 @@
</div>
</div>
{% if show_regional_contacts %}
{% if not hide_regional_contacts %}
<div class="w-full max-w-2xl">
<h2 class="head-6xl mb-5">
Regionální kontakty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment