From: Guillaume Pellerin Date: Thu, 9 Jan 2014 15:41:00 +0000 (+0100) Subject: undo alt_ids exception for 'Sous-table...' X-Git-Tag: 1.4.5-1~8 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f01f0e22d11a539c13b05a8b8d50bf9cc6e56404;p=telemeta.git undo alt_ids exception for 'Sous-table...' Conflicts: telemeta/templates/telemeta/collection_detail.html --- diff --git a/telemeta/templates/telemeta/collection_detail.html b/telemeta/templates/telemeta/collection_detail.html index c04b6abd..4b4cba10 100644 --- a/telemeta/templates/telemeta/collection_detail.html +++ b/telemeta/templates/telemeta/collection_detail.html @@ -157,7 +157,9 @@
{% trans "Related documentation" %}
{{ collection.booklet_description|html_line_break|safe }}
{% dl_field collection "publishing_status" %} - {% dl_field collection "alt_ids" %} + {% if collection.alt_ids %} + {% dl_field collection "alt_ids" %} + {% endif %}
{% trans "Comments" %}
{{ collection.comment|html_line_break|safe }}
{% dl_field collection "metadata_writer" %}