X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3768325f42689394f4639ff92e3cc483670c0d17..fd6f7d44a0a5c9446ce77fd846cb8bc938c26575:/wolnelektury/templates/main_page.html diff --git a/wolnelektury/templates/main_page.html b/wolnelektury/templates/main_page.html index acfd79c44..bcf76065d 100755 --- a/wolnelektury/templates/main_page.html +++ b/wolnelektury/templates/main_page.html @@ -8,14 +8,19 @@ {% block body %} <div id="big-cite"> - {% cit\e_promo %} + {% cite_promo %} </div> {% spaceless %} <div id="promo-box"> - {% chunk "promo" %} + <div id="promo-box-header"><h2 class="mono"> + {% trans "What's new?" %} + </h2></div> + <div id="promo-box-body"> + {% chunk "promo" %} + </div> </div>