Add drops data serialization to DropCampaignDetailView context
This commit is contained in:
parent
f0b5bb1e1b
commit
1154a57de3
2 changed files with 31 additions and 4 deletions
|
|
@ -41,7 +41,6 @@
|
|||
<a href="{{ campaign.account_link_url }}" target="_blank">Connect Account</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<pre><code>{{ campaign_data }}</code></pre>
|
||||
<h5>Campaign Info</h5>
|
||||
{% if user.is_staff %}
|
||||
<p>
|
||||
|
|
@ -96,4 +95,5 @@
|
|||
{% else %}
|
||||
<p>No drops available for this campaign.</p>
|
||||
{% endif %}
|
||||
<pre><code>{{ campaign_data }}</code></pre>
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue