context['othersets'] = sorted(
[s for s in Setting.sets.values() if not s.name in
('basic', 'users', 'email', 'paths', 'extkeys', 'repgain', 'minrep', 'voting', 'badges', 'about', 'faq', 'sidebar',
- 'form', 'moderation', 'css', 'headandfoot', 'head')]
+ 'form', 'moderation', 'css', 'headandfoot', 'head', 'view')]
, lambda s1, s2: s1.weight - s2.weight)
unsaved = request.session.get('previewing_settings', {})