Add €uro sign after price

This commit is contained in:
Gabriel Augendre 2018-06-02 16:29:16 +02:00
parent 50c4cebc96
commit 17d9798394

View file

@ -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 }}