Mercurial > public > sg101
comparison downloads/views.py @ 1151:f56798c96ec2
WIP convert downloads to V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 13 Dec 2016 21:56:21 -0600 |
parents | 0e0cd152b86d |
children | fa5d03c5c28c |
comparison
equal
deleted
inserted
replaced
1150:0e0cd152b86d | 1151:f56798c96ec2 |
---|---|
73 | 73 |
74 return render(request, 'downloads/download_list.html', { | 74 return render(request, 'downloads/download_list.html', { |
75 's' : sort, | 75 's' : sort, |
76 'category' : cat, | 76 'category' : cat, |
77 'page' : the_page, | 77 'page' : the_page, |
78 'top_menu': 'categories', | |
79 'V3_DESIGN': True, | |
78 }) | 80 }) |
79 | 81 |
80 ####################################################################### | 82 ####################################################################### |
81 | 83 |
82 @login_required | 84 @login_required |