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
|
|
@ -121,7 +121,7 @@
|
|||
</dl>
|
||||
<div>
|
||||
{% if campaign.channels.all %}
|
||||
Participating channels:
|
||||
<span id="allowed-channels">Participating channels:</span>
|
||||
{% for channel in campaign.channels.all|slice:":5" %}
|
||||
{% if channel.user %}
|
||||
<a href="{{ channel.channel_url }}">{{ channel.user.username }}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue