Add link to OpenLibrary
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84f21cc8c0
commit
1b7da45b04
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for book in books %}
|
{% for book in books %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{book.title}}</td>
|
<td><a href="https://openlibrary.org/isbn/{{book.isbn}}">{{book.title}}</a></td>
|
||||||
<td>{{book.author}}</td>
|
<td>{{book.author}}</td>
|
||||||
<td>{{book.year}}</td>
|
<td>{{book.year}}</td>
|
||||||
<td>{{book.pages}}</td>
|
<td>{{book.pages}}</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue