Commit 09c3e01f authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add series search from book info

parent 3f3cdc08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
				   <b>Жанры:</b>{% for g in b.genres %} {{g.subsection}}{% if not forloop.last %},{%endif%} {%endfor%} <br>
				{% endif %}
				{% if b.series.count > 0 %}
				   <b>Серии:</b> {% for s in b.series %} {{s.ser}}{% if not forloop.last %},{%endif%} {%endfor%} <br>
				   <b>Серии:</b> {% for s in b.series %} <a href="{% url "web:searchbooks" %}?searchtype=s&searchterms={{s.id}}">{{s.ser}}</a>{% if not forloop.last %},{%endif%} {%endfor%} <br>
				{% endif %}
				<b>Файл:</b> {{ b.path }}/{{ b.filename }} <br>
				<b>Размер файла:</b> {{ b.filesize }}Кб.<br>