We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50bf8e commit 294dc59Copy full SHA for 294dc59
cernopendata/templates/cernopendata_records_ui/records/record_detail_Author-Lists.html
@@ -95,7 +95,12 @@ <h6>
95
<div class="ui segment">
96
<div class="card-body">
97
{% block metadata_block %}
98
- {% if record.title %}
+ {% if record.note %}
99
+ <div>
100
+ <h3 class="detail_view_h3">Description</h3>
101
+ <p>{{record.note.get("description", "") | safe}}</p>
102
+ </div>
103
+ {% elif record.title %}
104
<div>
105
<h3 class="detail_view_h3">Description</h3>
106
<p>{{record.title | safe}}</p>
0 commit comments