From f01f0e22d11a539c13b05a8b8d50bf9cc6e56404 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 9 Jan 2014 16:41:00 +0100 Subject: [PATCH] undo alt_ids exception for 'Sous-table...' Conflicts: telemeta/templates/telemeta/collection_detail.html --- telemeta/templates/telemeta/collection_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" %} -- 2.39.5