Commit 0dd334f7 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Fix footer

parent f6bd4290
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,9 +28,11 @@
		<h5>RANDOM BOOK</h5>	
	</div>
	<div class="large-12 columns clearfix">    
	{% if random_book %}
		<img class="float-left" src="{% url 'opds_catalog:cover' random_book.id %}" type="image/jpeg" width="80px" style="padding:0.3rem;">
		<p style="font-size:80%;line-height:1rem;margin-bottom:0.25rem; margin-top:0.25rem;"><b> <a href="{% url "web:searchbooks" %}?searchtype=i&searchterms={{random_book.id}}">{{ random_book.title }}</a> </b></p>
		<div style="font-size:70%;text-align:justify;"> {{ random_book.annotation | truncatechars:400}} </div>	
	{% endif %}	
	</div>	
</div>
</div>