Add icons to dashboard
All checks were successful
Deploy to Server / deploy (push) Successful in 27s
All checks were successful
Deploy to Server / deploy (push) Successful in 27s
This commit is contained in:
parent
dcde07e1e6
commit
a74b550406
4 changed files with 238 additions and 222 deletions
|
|
@ -192,7 +192,7 @@
|
|||
<!-- Allowed channels -->
|
||||
{% if allowed_channels %}
|
||||
<!-- If specific allowed channels are specified, list them -->
|
||||
<h5>Allowed Channels</h5>
|
||||
<h5 id="allowed-channels">Allowed Channels</h5>
|
||||
<div>
|
||||
{% for channel in allowed_channels %}
|
||||
<a href="{% url 'twitch:channel_detail' channel.twitch_id %}">{{ channel.display_name }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue