diff --git a/xppl/templates/annotations.html b/xppl/templates/annotations.html index 965261f..496b180 100644 --- a/xppl/templates/annotations.html +++ b/xppl/templates/annotations.html @@ -11,7 +11,7 @@ {%for book in books%} {%if book.file == row.uri%}

Book

-

{{book.title}}


+

{{book.file}}


{% endif %} {% endfor %}