From 61647f72d4955fc47dcdb8b589ff9d0865361f2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20Hells=C3=A9n?=
Date: Wed, 3 Sep 2025 17:17:41 +0200
Subject: [PATCH] Remove details wrapper around campaign data in campaign
detail view
---
templates/twitch/campaign_detail.html | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/templates/twitch/campaign_detail.html b/templates/twitch/campaign_detail.html
index c0376a5..bea067c 100644
--- a/templates/twitch/campaign_detail.html
+++ b/templates/twitch/campaign_detail.html
@@ -41,10 +41,7 @@
Connect Account
{% endif %}
-
- Campaign Data
- {{ campaign_data }}
-
+ {{ campaign_data }}
Campaign Info
{% if user.is_staff %}