Add €uro sign after price
This commit is contained in:
parent
50c4cebc96
commit
17d9798394
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<td>{{ book.collection }}</td>
|
||||
<td>{{ book.publication_year }}</td>
|
||||
<td>{{ book.isbn }}</td>
|
||||
<td>{{ book.price }}</td>
|
||||
<td>{{ book.price }}€</td>
|
||||
<td>
|
||||
<i class="fas fa-{% if book.previously_acquired %}check-circle{% else %}ban{% endif %}"></i>
|
||||
{{ book.previously_acquired_text }}
|
||||
|
|
Loading…
Reference in a new issue