Skip to content

Commit

Permalink
feat(collections): add Collections entry to main menu
Browse files Browse the repository at this point in the history
Closes: #1565
  • Loading branch information
b1rger committed Jan 30, 2025
1 parent c8c7670 commit 954e49d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apis_core/collections/templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% extends "base.html" %}

{% block main-menu %}
{{ block.super }}
<li class="nav-item dropdown">
<a href="{% url "apis_core:generic:list" "collections.skoscollection" %}"
class="nav-link"
role="button">Collections</a>
</li>
{% endblock main-menu %}

0 comments on commit 954e49d

Please sign in to comment.