Fix campaign detail directory URL
This commit is contained in:
parent
2ac8524790
commit
0a048163c7
1 changed files with 6 additions and 2 deletions
|
|
@ -94,8 +94,12 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
<h5>Allowed Channels</h5>
|
||||
<p style="color: #666; font-style: italic;">All channels allowed or no channel restrictions specified.</p>
|
||||
<a href="{{ campaign.game.twitch_directory_url }}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
title="Find streamers playing {{ campaign.game.display_name }} with drops enabled">
|
||||
Go to a participating live channel
|
||||
</a>
|
||||
{% endif %}
|
||||
<h5>Campaign Info</h5>
|
||||
{% if drops %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue