Add icons to dashboard
All checks were successful
Deploy to Server / deploy (push) Successful in 27s

This commit is contained in:
Joakim Hellsén 2026-07-21 06:38:09 +02:00
commit a74b550406
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
4 changed files with 238 additions and 222 deletions

View file

@ -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>