Add breadcrumb navigation
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
All checks were successful
Deploy to Server / deploy (push) Successful in 20s
This commit is contained in:
parent
ef00b4c020
commit
428f49879d
28 changed files with 350 additions and 416 deletions
|
|
@ -4,6 +4,10 @@
|
|||
{% endblock title %}
|
||||
{% block content %}
|
||||
<h1>Organizations</h1>
|
||||
<!-- Add breadcrumbs -->
|
||||
<div>
|
||||
<a href="{% url 'twitch:dashboard' %}">Twitch</a> > Organizations
|
||||
</div>
|
||||
<div>
|
||||
<a href="{% url 'core:organization_feed' %}"
|
||||
title="RSS feed for all organizations">[rss]</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue