Skip to content

Commit

Permalink
feat(collections): add Collections entry to main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 29, 2025
1 parent c8c7670 commit 9454c2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apis_core/collections/templates/base.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% 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 9454c2c

Please sign in to comment.