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 %}
|
{% 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 %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue