Ticket #7069: patch_7069.txt

File patch_7069.txt, 699 bytes (added by Igorek, 16 years ago)

patch for indentation error

Line 
1*** /diff/bad/list_detail.py Sun Mar 23 13:43:19 2008
2--- /diff/work/list_detail.py Wed Apr 23 12:48:58 2008
3***************
4*** 80,86 ****
5 'hits': paginator.count,
6 'page_range': paginator.page_range,
7 }, context_processors)
8! else:
9 c = RequestContext(request, {
10 '%s_list' % template_object_name: queryset,
11 'paginator': None,
12--- 80,86 ----
13 'hits': paginator.count,
14 'page_range': paginator.page_range,
15 }, context_processors)
16! else:
17 c = RequestContext(request, {
18 '%s_list' % template_object_name: queryset,
19 'paginator': None,
Back to Top