fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes for payment form on book page.
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
collections.html
diff --git
a/src/catalogue/templates/catalogue/collections.html
b/src/catalogue/templates/catalogue/collections.html
index
2f8d121
..
1d7b0f7
100644
(file)
--- a/
src/catalogue/templates/catalogue/collections.html
+++ b/
src/catalogue/templates/catalogue/collections.html
@@
-1,7
+1,6
@@
{% extends "base/base.html" %}
{% load i18n %}
{% load catalogue_tags %}
{% extends "base/base.html" %}
{% load i18n %}
{% load catalogue_tags %}
-{% load ssi_include from ssify %}
{% block titleextra %}{% trans "Collections" %}{% endblock %}
{% block titleextra %}{% trans "Collections" %}{% endblock %}
@@
-11,7
+10,7
@@
<h1>{% trans "Collections" %}</h1>
{% for obj in best %}
<h1>{% trans "Collections" %}</h1>
{% for obj in best %}
- {
% ssi_include 'catalogue_collection_box' pk=obj.pk %
}
+ {
{ obj.box }
}
{% endfor %}
<h2>{% trans "All collections" %}</h2>
{% endfor %}
<h2>{% trans "All collections" %}</h2>