We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc339c commit e5cab3fCopy full SHA for e5cab3f
pgcommitfest/commitfest/views.py
@@ -54,10 +54,6 @@ def home(request):
54
else:
55
cf = None
56
57
- # Generates a fairly expensive query, which we shouldn't do unless
58
- # the user is logged in. XXX: Figure out how to avoid doing that..
59
- form = CommitFestFilterForm(None, request.GET)
60
-
61
if request.user.is_authenticated:
62
patch_list = patchlist(request, cf, personalized=True)
63
@@ -70,7 +66,6 @@ def home(request):
70
66
request,
71
67
"home.html",
72
68
{
73
- "form": form,
74
69
"title": None,
75
"patches": patch_list.patches,
76
"statussummary": "",
0 commit comments