Browse Source

Update 'xppl/templates/annotations.html'

master
anglk 5 years ago
parent
commit
cbeeffb6fb
  1. 2
      xppl/templates/annotations.html

2
xppl/templates/annotations.html

@ -11,7 +11,7 @@
{%for book in books%}
{%if book.file == row.uri%}
<p align="right" style="font-family:archivo narrow;font-size:10px;">Book</p>
<a href="books/{{book.id}}"><p align="right" style="font-family:archivo narrow;font-size:18px;">{{book.title}}</p></a><br>
<a href="books/{{book.id}}"><p align="right" style="font-family:archivo narrow;font-size:18px;">{{book.file}}</p></a><br>
{% endif %}
{% endfor %}

Loading…
Cancel
Save