some edits item template
This commit is contained in:
parent
cb4a72d66b
commit
66dc8f541d
@ -290,10 +290,7 @@
|
|||||||
{% for x in itemviafID['results']['bindings'] %}
|
{% for x in itemviafID['results']['bindings'] %}
|
||||||
<!-- name surname -->
|
<!-- name surname -->
|
||||||
<div class="metadata-link">
|
<div class="metadata-link">
|
||||||
<a target="_blank" href="{{ x['VIAFID']['value'] }}">
|
<p>{{ x['VIAFID']['value'] }}</p>
|
||||||
<span>{{ x['VIAFID']['value'] }}</span>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -328,8 +325,6 @@
|
|||||||
{% if personbiography['results']['bindings']==[] %}
|
{% if personbiography['results']['bindings']==[] %}
|
||||||
<p>information not available</p>
|
<p>information not available</p>
|
||||||
|
|
||||||
<p><a href="">Log in to add the biography text</a></p>
|
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<!-- For loop -->
|
<!-- For loop -->
|
||||||
@ -363,7 +358,6 @@
|
|||||||
<p class="label-item des">DESCRIPTION</p>
|
<p class="label-item des">DESCRIPTION</p>
|
||||||
{% if colorgdescription['results']['bindings']==[] %}
|
{% if colorgdescription['results']['bindings']==[] %}
|
||||||
<p>information not available</p>
|
<p>information not available</p>
|
||||||
<p><a href="">Log in to add the description text</a><p>
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<!-- For loop -->
|
<!-- For loop -->
|
||||||
|
Loading…
Reference in New Issue
Block a user