diff --git a/templates/core/dashboard.html b/templates/core/dashboard.html index 44155b8..b634498 100644 --- a/templates/core/dashboard.html +++ b/templates/core/dashboard.html @@ -140,6 +140,18 @@ ... and {{ campaign_data.allowed_channels|length|add:"-5" }} more {% endif %} + {% else %} + {% if campaign_data.campaign.game.twitch_directory_url %} +
  • + + Go to a participating live channel + +
  • + {% else %} +
  • Failed to get Twitch directory URL :(
  • + {% endif %} {% endif %}