fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mark required fields in ajaxable forms
[wolnelektury.git]
/
src
/
picture
/
templates
/
picture
/
picture_mini_box.html
diff --git
a/src/picture/templates/picture/picture_mini_box.html
b/src/picture/templates/picture/picture_mini_box.html
index
1ad2acc
..
132f8fc
100644
(file)
--- a/
src/picture/templates/picture/picture_mini_box.html
+++ b/
src/picture/templates/picture/picture_mini_box.html
@@
-1,23
+1,20
@@
{% spaceless %}
{% spaceless %}
-
-{% load thumbnail %}
-<div class="book-mini-box">
+ {% load thumbnail %}
+ <div class="book-mini-box">
<div class="book-mini-box-inner">
<div class="book-mini-box-inner">
- {% if with_link %}
- <a href="{{ picture.get_absolute_url }}">
- {% endif %}
+
{% if with_link %}
+
<a href="{{ picture.get_absolute_url }}">
+
{% endif %}
{% if picture.image_file %}
{% if picture.image_file %}
-
<img src="{% thumbnail picture.image_file "139x193" crop="center" as thumb %}{{ thumb.url }}{% empty %}{{ picture.image_file.url }}{% endthumbnail %}" alt="{{ author }} – {{ picture.title }}" class="cover" />
+ <img src="{% thumbnail picture.image_file "139x193" crop="center" as thumb %}{{ thumb.url }}{% empty %}{{ picture.image_file.url }}{% endthumbnail %}" alt="{{ author }} – {{ picture.title }}" class="cover" />
{% endif %}
<div class="desc">
{% endif %}
<div class="desc">
-
<span class="mono author">{{ author }}</span>
-
<span class="title">{{ picture.title }}</span>
+ <span class="mono author">{{ author }}</span>
+ <span class="title">{{ picture.title }}</span>
</div>
</div>
- {% if with_link %}
- </a>
- {% endif %}
+
{% if with_link %}
+
</a>
+
{% endif %}
</div>
</div>
-</div>
-
-
+ </div>
{% endspaceless %}
\ No newline at end of file
{% endspaceless %}
\ No newline at end of file