Remove details wrapper around campaign data in campaign detail view
This commit is contained in:
parent
4b1329befb
commit
61647f72d4
1 changed files with 1 additions and 4 deletions
|
|
@ -41,10 +41,7 @@
|
|||
<a href="{{ campaign.account_link_url }}" target="_blank">Connect Account</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<details>
|
||||
<summary>Campaign Data</summary>
|
||||
<pre><code>{{ campaign_data }}</code></pre>
|
||||
</details>
|
||||
<pre><code>{{ campaign_data }}</code></pre>
|
||||
<h5>Campaign Info</h5>
|
||||
{% if user.is_staff %}
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue