cleanup admin

This commit is contained in:
bkfox
2024-04-28 00:27:26 +02:00
parent 919cb06da8
commit 881d518acb
77 changed files with 80105 additions and 747 deletions

View File

@ -0,0 +1,9 @@
{% extends "aircox/widgets/nav.html" %}
{% load i18n %}
{% block admin-menu %}
{{ block.super }}
<a class="dropdown-item" href="{% url "streamer:dashboard-streamer" %}">
{% translate "Streamer" %}
</a>
{% endblock %}