Fix campaign detail directory URL

This commit is contained in:
Joakim Hellsén 2025-09-13 02:33:20 +02:00
commit 0a048163c7

View file

@ -94,8 +94,12 @@
{% endfor %} {% endfor %}
</div> </div>
{% else %} {% else %}
<h5>Allowed Channels</h5> <a href="{{ campaign.game.twitch_directory_url }}"
<p style="color: #666; font-style: italic;">All channels allowed or no channel restrictions specified.</p> target="_blank"
rel="noopener noreferrer"
title="Find streamers playing {{ campaign.game.display_name }} with drops enabled">
Go to a participating live channel
</a>
{% endif %} {% endif %}
<h5>Campaign Info</h5> <h5>Campaign Info</h5>
{% if drops %} {% if drops %}