You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{% url vocabulary_code %}" class="tooltip" data-tip="Navigate to the {{ vocabulary_verbose_name }} vocabulary list.">⤴</a>
14
+
<ahref="{{ list_url }}" class="tooltip" data-tip="Navigate to the {{ vocabulary_verbose_name }} vocabulary list.">⤴</a>
14
15
</span>
15
16
</h2>
16
17
<h4>{{ concept.definition }}</h4>
17
-
{% if concept.vocabulary_status == 'Archived' %}
18
-
<h4>NOTE: This is an archived version of this term. There is a <ahref="{% url detail_url_name concept.revised_version.term concept.revised_version.pk %}">new version</a> available.</h4>
18
+
{% if concept.vocabulary_status == ARCHIVED %}
19
+
<h4>NOTE: This is an archived version of this term. There is a <ahref="{% detail_url concept.revised_version %}">new version</a> available.</h4>
<aid="btnSKOSTerm" target="_blank" href="{{ api_url }}?format=skos" class="button white">View in SKOS</a>
25
+
<aid="btnSKOS" download="{{vocabulary_code}}_{{concept.term}}.rdf" href="{{ api_url }}?format=skos" target="_blank" class="button white">Download Term (SKOS)</a>
26
+
<aid="btnSKOS" download="{{vocabulary_code}}_{{concept.term}}.csv" href="{{ api_url }}?format=csv" target="_blank" class="button white">Download Term (CSV)</a>
26
27
{% endif %}
27
28
</div>
28
29
</header>
@@ -43,7 +44,7 @@ <h4>NOTE: This is an archived version of this term. There is a <a href="{% url d
43
44
<divclass="column two-columns data-view">
44
45
<h4>
45
46
{% if concept.previous_version %}
46
-
Previous version of this term: <br><ahref="{% url detail_url_name concept.previous_version.term concept.previous_version.pk %}">{{ concept.previous_version.term }}</a> {{ concept.previous_version.definition }}
47
+
Previous version of this term: <br><ahref="{% detail_url concept.previous_version %}">{{ concept.previous_version.term }}</a> {{ concept.previous_version.definition }}
0 commit comments