fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed load declaration (was still loading catalogue instead of catalogue_tags tag...
[wolnelektury.git]
/
templates
/
catalogue
/
main_page.html
diff --git
a/templates/catalogue/main_page.html
b/templates/catalogue/main_page.html
index
b715f47
..
8fe16d1
100644
(file)
--- a/
templates/catalogue/main_page.html
+++ b/
templates/catalogue/main_page.html
@@
-1,5
+1,5
@@
{% extends "base.html" %}
-{% load catalogue chunks %}
+{% load catalogue
_tags
chunks %}
{% block bodyid %}main-page{% endblock %}