implement bots
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
<span>Feeds</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{% if sidebar_section == 'bots' %}nav-active{% endif %}">
|
||||
<a href="{% url 'cabinet:bots:index' %}">
|
||||
<i class="fas fa-robot" aria-hidden="true"></i>
|
||||
<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>
|
||||
|
@@ -10,5 +10,6 @@ urlpatterns = [
|
||||
path('logout/', LogoutView.as_view(), name='logout'),
|
||||
path('feeds/', include('feeds.urls', namespace='feeds')),
|
||||
path('aggregator/', include('aggregator.urls', namespace='aggregator')),
|
||||
path('bots/', include('bots.urls', namespace='bots')),
|
||||
path('admin/config/<slug>/', AdminConfigView.as_view(), name='admin_config'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user