diff bio/views.py @ 1074:650ab160cbb9

Convert Member List to V3 design.
author Brian Neal <bgneal@gmail.com>
date Wed, 13 Apr 2016 21:02:09 -0500
parents 9e803323a0d0
children 6bf83070b19f
line wrap: on
line diff
--- a/bio/views.py	Tue Apr 12 19:49:47 2016 -0500
+++ b/bio/views.py	Wed Apr 13 21:02:09 2016 -0500
@@ -55,6 +55,7 @@
         'page': the_page,
         'type': type,
         'num_members': num_members,
+        'V3_DESIGN': True,
         })
 
 #######################################################################