From 915d8369bf4eac652aa40615bdddc22af98b6653 Mon Sep 17 00:00:00 2001 From: MassiveAtoms Date: Thu, 16 Jul 2020 12:43:58 -0300 Subject: [PATCH] better colab settings --- .../__pycache__/settings.cpython-38.pyc | Bin 3642 -> 3667 bytes .../CalibreWebCompanion/settings.py | 59 +++++++------ .../templates/library/book_detail.html | 79 +++++++++--------- 3 files changed, 73 insertions(+), 65 deletions(-) diff --git a/CalibreWebCompanion/CalibreWebCompanion/__pycache__/settings.cpython-38.pyc b/CalibreWebCompanion/CalibreWebCompanion/__pycache__/settings.cpython-38.pyc index aaa27cd4fccbb81cd6770d624e6005c69aa1f86e..cfb16f6265655d401db55168b309d6f2316ecb5f 100644 GIT binary patch delta 646 zcmYjPOKTHR6u$S)on$hT$E0nVCY?5Y*J{)Fs@7*;sZbEXT2YRRAb#VJ8WKs`jhhH= zL=e$&nMJbFeRuu}!IkqLx)E1`)H|Vy_i(@Oo^uc1cMsez&NnA{Kant*TF(yb%2DQh z(rLfujDZmYhp2JleHJ8KzNdBNf2g~W9uI?}uHiOx;-he%-a8 z=a|al>J-T_N+^yhPAWDOryj6nc9-q2hi!%!*)S;$3vnc1BH7WZoCZ#$;yvzh8bpeQ zU{eNZ3}6sL$Y2;*j3DR5Xc&3QViXR>FpdHyFo`M8pb<=C2D6yMJWgQ&r*Q_0o=G_r zDUYSlq1_!-vy^(me`Wg5du|3P8*m7c)Wj`&xJ|-n^o>fnn0N*u|-oz+cd4_no)Ze;vQSLb@-B(c_CS9 zx%>Ooy4PCTYc=WtZwA)p`t9wFovliFd&mE3E%-mhCvEq|tY4Cu!ynosog4n0*c%@8 zzsJ^i>M(CE@}apPTB)G%q*4h)qeU_l^LMSql|VM0yLB=ST5j`cwdMx0)_4qxhxuRY zrl!71Q-+|25K-X2waWf4>nKtTD@Fe({&Aig!Vxw%xy=m~11Tw`CU`%7%VU`~kEJdn I{^!JpKhxc$+5i9m delta 620 zcmYk4O>YuW6o$EXE<Q?#-92(CE)QG=Nz@)NJ_I*cAj1PuLFr00!qtB> zrl&_N!o5)WFuYvDu;_dP`l0a=_~6F~MsXIv7{(FAgr)FNO!5GxFpU|^LdP8Dv0x4H zF@zAtHC)FHEaE1X5JA*Z`8Z-ci1^^-gefD@qZWaNTUf>lRw&sO0R}dZdxA+Oec@bkxqq zJIY!zv%D&__N24u
- download + download
-

{{book.title}}

+

{{book.title}}

by - {% if book.authors %} - {% for author in book.authors.all %} - {{author.name}} - {%endfor%} - {% else %} - {{book.author_sort}} - {%endif%} -
- Published by - {% if book.publishers %} - {% for pub in book.publishers.all %} - {{pub.name}} - {%endfor%} - {% else %} - Unknown - {%endif%} -
- Tags: - {% if book.tags %} - {% for tag in book.tags.all %} - {{tag.name}}, - {%endfor%} - {% else %} - {%endif%} -
- Rating: - {% if book.ratings %} - {% for rating in book.ratings.all %} - {{rating}} - {%endfor%} - {% else %} - {%endif%} -
- {{book.publisher}} + {% if book.authors %} + {% for author in book.authors.all %} + {{author.name}} + {%endfor%} + {% else %} + {{book.author_sort}} + {%endif%} +
+ Published by + {% if book.publishers %} + {% for pub in book.publishers.all %} + {{pub.name}} + {%endfor%} + {% else %} + Unknown + {%endif%} +
+ Tags: + {% if book.tags %} + {% for tag in book.tags.all %} + {{tag.name}}, + {%endfor%} + {% else %} + {%endif%} +
+ Rating: + {% if book.ratings %} + {% for rating in book.ratings.all %} + {{rating}} + {%endfor%} + {% else %} + {%endif%} +
+ {{book.publisher}}

@@ -53,9 +54,9 @@
-{% autoescape off %} -{{comment}} -{% endautoescape %} + {% autoescape off %} + {{comment}} + {% endautoescape %}
{% endblock %} \ No newline at end of file