Commit 3f3cdc08 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add full path in File info for books

parent 1d943b85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
				{% if b.series.count > 0 %}
				   <b>Серии:</b> {% for s in b.series %} {{s.ser}}{% if not forloop.last %},{%endif%} {%endfor%} <br>
				{% endif %}
				<b>Файл:</b> {{ b.filename }} <br>
				<b>Файл:</b> {{ b.path }}/{{ b.filename }} <br>
				<b>Размер файла:</b> {{ b.filesize }}Кб.<br>
				<b>Дата правки:</b> {{ b.docdate }} <br>	
				{% if b.doubles > 0 %}