Skip to content
Snippets Groups Projects
Commit d7a4c865 authored by jan.bednarik's avatar jan.bednarik
Browse files

elections2021: Export program improved

parent abbdfa85
No related branches found
No related tags found
2 merge requests!287release,!286Volby
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
color: #FFFFFF; color: #FFFFFF;
background-color: #000000; background-color: #000000;
padding: 0.5rem; padding: 0.5rem;
font-size: 1.6rem;
} }
.point-title { .point-title {
border-top: 5px double #AAAAAA; border-top: 5px double #AAAAAA;
...@@ -57,7 +58,7 @@ ...@@ -57,7 +58,7 @@
</div> </div>
{% for item in body %} {% for item in body %}
<h2 id="{{ item.anchor }}" class="ministry-title">Resort: {{ item.title }}</h2> <h1 id="{{ item.anchor }}" class="ministry-title">Resort: {{ item.title }}</h1>
{% for point in item.points %} {% for point in item.points %}
{{ point|safe }} {{ point|safe }}
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment