Mercurial > public > sg101
comparison bio/views.py @ 1125:4f81c9fe8705
Convert edit elsewhere links page to V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 18 Aug 2016 20:36:41 -0500 |
parents | ce6a0c12cbf3 |
children |
comparison
equal
deleted
inserted
replaced
1124:5f63cd3db8cc | 1125:4f81c9fe8705 |
---|---|
249 | 249 |
250 return render(request, 'bio/edit_elsewhere.html', { | 250 return render(request, 'bio/edit_elsewhere.html', { |
251 'sn_form': sn_form, | 251 'sn_form': sn_form, |
252 'im_form': im_form, | 252 'im_form': im_form, |
253 'w_form': w_form, | 253 'w_form': w_form, |
254 'V3_DESIGN': True, | |
254 }) | 255 }) |
255 | 256 |
256 ####################################################################### | 257 ####################################################################### |
257 | 258 |
258 @login_required | 259 @login_required |