diff 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
line wrap: on
line diff
--- a/downloads/views.py	Tue Dec 13 20:20:24 2016 -0600
+++ b/downloads/views.py	Tue Dec 13 21:56:21 2016 -0600
@@ -75,6 +75,8 @@
         's' : sort,
         'category' : cat,
         'page' : the_page,
+        'top_menu': 'categories',
+        'V3_DESIGN': True,
         })
 
 #######################################################################