Add DropCampaign image fallback logic and update templates for best image URL
This commit is contained in:
parent
55c2273e27
commit
7f468bbabe
8 changed files with 438 additions and 17 deletions
|
|
@ -44,7 +44,7 @@
|
|||
{% endif %}
|
||||
</section>
|
||||
<section>
|
||||
<h2>Campaigns without Image URLs ({{ broken_image_campaigns|length }})</h2>
|
||||
<h2>Campaigns without Images ({{ broken_image_campaigns|length }})</h2>
|
||||
{% if broken_image_campaigns %}
|
||||
<ul>
|
||||
{% for c in broken_image_campaigns %}
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
{% endif %}
|
||||
</section>
|
||||
<section>
|
||||
<h2>Active Campaigns Missing Image ({{ active_missing_image|length }})</h2>
|
||||
<h2>Active Campaigns without Images ({{ active_missing_image|length }})</h2>
|
||||
{% if active_missing_image %}
|
||||
<ul>
|
||||
{% for c in active_missing_image %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue