From 0a043eadc882f9782998e3a960b2da97a61919ac Mon Sep 17 00:00:00 2001 From: Albert-OConnor Date: Thu, 18 Jul 2024 15:17:33 -0400 Subject: [PATCH] Update views.py --- channelsbackground/channelsbackground/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channelsbackground/channelsbackground/views.py b/channelsbackground/channelsbackground/views.py index 5acd881..1ee310b 100644 --- a/channelsbackground/channelsbackground/views.py +++ b/channelsbackground/channelsbackground/views.py @@ -10,5 +10,5 @@ def home(request, template="home.html"): return render( request, template, - dict(), + {}, )