comparison 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
comparison
equal deleted inserted replaced
1119:837808b5dff3 1120:36fa9e9e010b
70 'subject': request.user, 70 'subject': request.user,
71 'profile': profile, 71 'profile': profile,
72 'hide_email': False, 72 'hide_email': False,
73 'this_is_me': True, 73 'this_is_me': True,
74 'badge_collection': badge_collection, 74 'badge_collection': badge_collection,
75 'V3_DESIGN': True,
75 }) 76 })
76 77
77 ####################################################################### 78 #######################################################################
78 79
79 @login_required 80 @login_required
94 'subject': user, 95 'subject': user,
95 'profile': profile, 96 'profile': profile,
96 'hide_email': hide_email, 97 'hide_email': hide_email,
97 'this_is_me': False, 98 'this_is_me': False,
98 'badge_collection': badge_collection, 99 'badge_collection': badge_collection,
100 'V3_DESIGN': True,
99 }) 101 })
100 102
101 ####################################################################### 103 #######################################################################
102 104
103 @login_required 105 @login_required