fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
116ce83
)
fix
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 13 Dec 2019 12:59:51 +0000
(13:59 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 13 Dec 2019 12:59:51 +0000
(13:59 +0100)
src/catalogue/templates/catalogue/book_text.html
patch
|
blob
|
history
diff --git
a/src/catalogue/templates/catalogue/book_text.html
b/src/catalogue/templates/catalogue/book_text.html
index
c08f76c
..
9f349bc
100644
(file)
--- a/
src/catalogue/templates/catalogue/book_text.html
+++ b/
src/catalogue/templates/catalogue/book_text.html
@@
-117,9
+117,9
@@
{% for insert in inserts %}
{% with text=insert.choose %}
{% for insert in inserts %}
{% with text=insert.choose %}
- <div class="dynamic-insert{% if text.image %} with-image{% endif %}" style="{% if text.text_color %}color: {{ text.text_color }};{% endif %}
{% if text.background_color %}{{ text.background_color }}{% endif %}
" data-paragraphs="{{ insert.paragraphs }}">
+ <div class="dynamic-insert{% if text.image %} with-image{% endif %}" style="{% if text.text_color %}color: {{ text.text_color }};{% endif %}" data-paragraphs="{{ insert.paragraphs }}">
<a href="{% url 'club' %}">
<a href="{% url 'club' %}">
- <div class="text">
+ <div class="text"
style="{% if text.background_color %}background-color:{{ text.background_color }}{% endif %}"
>
{{ text.text }}
</div>
{% if text.image %}
{{ text.text }}
</div>
{% if text.image %}