Minor fixes to labels and dates

This commit is contained in:
2025-12-12 00:08:43 +01:00
parent f45d754c91
commit fc527d5cd1
4 changed files with 4 additions and 3 deletions

View File

@@ -111,7 +111,7 @@
</tr>
<tr>
<th class="w-33" scope="row">Date</th>
<td>{{ book.publication_year|default:"-" }} / {{ book.publication_month|default:"-" }}</td>
<td>{{ book.publication_year|default:"-" }} / {{ book.get_publication_month_display|default:"-" }}</td>
</tr>
{% endif %}
<tr>