Update 'xppl/templates/annotations.html'
This commit is contained in:
parent
b944572399
commit
cbeeffb6fb
@ -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…
Reference in New Issue
Block a user