diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 753db662..4fa37a1d 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -15,7 +15,7 @@
{{_('Book')}} {{entry.series_index}} {{_('of')}} {{entry.series[0].name}}
+{{_('Book')}} {{entry.series_index}} {{_('of')}} {{entry.series[0].name}}
{% endif %} {% if entry.languages.__len__() > 0 %} @@ -58,20 +58,21 @@ {% endif %} - {% if entry.tags|length > 0 %}{% endif %} - + {% if entry.pubdate != '0101-01-01 00:00:00' %} +
{{_('Publishing date')}}: {{entry.pubdate[:10]}}
+ {% endif %} {% if cc|length > 0 %}