Minor improvements

This commit is contained in:
2023-10-02 23:27:57 +02:00
parent 22bee7d95d
commit bcfed3534c
4 changed files with 9 additions and 9 deletions

View File

@@ -46,11 +46,11 @@
</tr>
<tr>
<th scope="row">Pages</th>
<td>{{ d.number_of_pages }}</td>
<td>{{ d.number_of_pages|default:"-" }}</td>
</tr>
<tr>
<th scope="row">Year</th>
<td>{{ d.publication_year }}</td>
<td>{{ d.publication_year|default:"-" }}</td>
</tr>
</tbody>
</table>