fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support for multiple source.URL.
[wolnelektury.git]
/
src
/
picture
/
templates
/
picture
/
picture_viewer.html
diff --git
a/src/picture/templates/picture/picture_viewer.html
b/src/picture/templates/picture/picture_viewer.html
index
bfa87b7
..
3bd27b6
100644
(file)
--- a/
src/picture/templates/picture/picture_viewer.html
+++ b/
src/picture/templates/picture/picture_viewer.html
@@
-1,9
+1,8
@@
{% extends "catalogue/viewer_base.html" %}
{% load i18n %}
{% extends "catalogue/viewer_base.html" %}
{% load i18n %}
-{% load static from static
files
%}
+{% load static from static %}
{% load catalogue_tags %}
{% load thumbnail %}
{% load catalogue_tags %}
{% load thumbnail %}
-{% load ssi_include from ssify %}
{% block title %}{{ picture.pretty_title }}{% endblock %}
{% block title %}{{ picture.pretty_title }}{% endblock %}
@@
-99,6
+98,6
@@
</div>
<div class="box Picture-item" id="book-short">
</div>
<div class="box Picture-item" id="book-short">
- {%
ssi_include 'picture_short' pk=picture.pk
%}
+ {%
include 'picture/picture_short.html'
%}
</div>
{% endblock %}
</div>
{% endblock %}