Skip to content

Commit

Permalink
Merge pull request #201 from django-daiquiri/198-add-listsets-to-regi…
Browse files Browse the repository at this point in the history
…stry-page

add link for the oai sets to the registry page
  • Loading branch information
kimakan authored Dec 21, 2023
2 parents b90e72f + d0dc566 commit fb138ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions daiquiri/registry/templates/registry/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ <h1>{% trans 'Registry service' %}</h1>
<li>
<a href="{% url 'oai:root' %}?verb=ListRecords&metadataPrefix=ivo_vor">{% trans 'ListRecords' %}</a>
</li>
<li>
<a href="{% url 'oai:root' %}?verb=ListSets">{% trans 'ListSets' %}</a>
</li>
</ul>

<ul>
Expand Down

0 comments on commit fb138ff

Please sign in to comment.