My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 76 attachment: views.patch (656 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- views.py 2009-08-05 13:49:52.000000000 +0200
+++ ../../apps/forum/views.py 2009-08-05 22:26:31.000000000 +0200
@@ -38,7 +38,6 @@
except Forum.DoesNotExist:
raise Http404

- form = CreateThreadForm()
child_forums = f.child.for_groups(request.user.groups.all())
return object_list( request,
queryset=f.thread_set.select_related().all(),
@@ -48,7 +47,6 @@
extra_context = {
'forum': f,
'child_forums': child_forums,
- 'form': form,
})

def thread(request, thread):
Powered by Google Project Hosting