fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactoring: replaced locals() by explicit dicts
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
main_page.html
diff --git
a/src/wolnelektury/templates/main_page.html
b/src/wolnelektury/templates/main_page.html
index
c037b9f
..
f2e6863
100755
(executable)
--- a/
src/wolnelektury/templates/main_page.html
+++ b/
src/wolnelektury/templates/main_page.html
@@
-43,6
+43,7
@@
<a class="more" href="{% url 'theme_catalogue' %}">Zobacz katalog motywów</a>
</section>
<a class="more" href="{% url 'theme_catalogue' %}">Zobacz katalog motywów</a>
</section>
+ {% comment %}
<section class="tag-box-section">
<h1>Autorzy</h1>
<a class="tag-box" href="{{ author.get_absolute_url }}">
<section class="tag-box-section">
<h1>Autorzy</h1>
<a class="tag-box" href="{{ author.get_absolute_url }}">
@@
-74,6
+75,7
@@
</a>
<a class="more" href="{% url 'epoch_catalogue' %}">Zobacz katalog epok</a>
</section>
</a>
<a class="more" href="{% url 'epoch_catalogue' %}">Zobacz katalog epok</a>
</section>
+ {% endcomment %}
{% if collection %}
<section>
{% if collection %}
<section>