fix aggregator template error

This commit is contained in:
2025-08-07 12:19:02 +03:00
parent dbb6fd37b9
commit d236883bbe

View File

@@ -21,12 +21,6 @@
<span>Telegram bots</span>
</a>
</li>
<li class="{% if sidebar_section == 'aggregator' %}nav-active{% endif %}">
<a href="{% url 'cabinet:aggregator:index' %}">
<i class="fas fa-copy" aria-hidden="true"></i>
<span>Aggregator</span>
</a>
</li>
</ul>
</nav>