1
0

news fixed

This commit is contained in:
2023-11-21 21:04:25 +01:00
parent 1f5c3543fc
commit 7adef46d74
11 changed files with 97 additions and 25 deletions

View File

@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block main %}
<section id="news">
<section id="news" class="news-wrapper">
{% block news %} {% endblock news %}
</section>
<section class="aside-wrapper">
@ -68,7 +68,8 @@
</section>
</aside>
<footer>
<a href="https://www.fofrweb.com/" target="_blank">Vytvořeno týmem Fofrweb</a>
<p>Nadační fond maléDivy • Kulturní centrum Turnov • Big Band ZUŠ Turnov</p>
<p>&copy; <a href="https://fofrweb.com/">Fofrweb</a> + PKM</p>
</footer>
</section>
{% endblock main %}