diff bio/views.py @ 1122:2574cd24773e

Convert avatar form to V3 design.
author Brian Neal <bgneal@gmail.com>
date Wed, 03 Aug 2016 21:17:59 -0500
parents 36fa9e9e010b
children ce6a0c12cbf3
line wrap: on
line diff
--- a/bio/views.py	Wed Aug 03 19:35:54 2016 -0500
+++ b/bio/views.py	Wed Aug 03 21:17:59 2016 -0500
@@ -157,6 +157,7 @@
 
     return render(request, 'bio/avatar.html', {
         'form': form,
+        'V3_DESIGN': True,
          })
 
 #######################################################################