diff bio/views.py @ 1120:36fa9e9e010b

Forgot to add banner for convention.
author Brian Neal <bgneal@gmail.com>
date Fri, 29 Jul 2016 19:04:51 -0500
parents 6bf83070b19f
children 2574cd24773e
line wrap: on
line diff
--- a/bio/views.py	Fri Jul 29 19:02:46 2016 -0500
+++ b/bio/views.py	Fri Jul 29 19:04:51 2016 -0500
@@ -72,6 +72,7 @@
         'hide_email': False,
         'this_is_me': True,
         'badge_collection': badge_collection,
+        'V3_DESIGN': True,
         })
 
 #######################################################################
@@ -96,6 +97,7 @@
         'hide_email': hide_email,
         'this_is_me': False,
         'badge_collection': badge_collection,
+        'V3_DESIGN': True,
         })
 
 #######################################################################