fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lazy gettext in pdf form
[wolnelektury.git]
/
wolnelektury
/
templates
/
main_page.html
diff --git
a/wolnelektury/templates/main_page.html
b/wolnelektury/templates/main_page.html
index
6412de1
..
bcf7606
100755
(executable)
--- a/
wolnelektury/templates/main_page.html
+++ b/
wolnelektury/templates/main_page.html
@@
-15,7
+15,12
@@
<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>