Mercurial > public > sg101
diff core/views.py @ 1145:a469445d8be3
Convert fixed pages to V3 design.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 14 Nov 2016 19:40:36 -0600 |
parents | e932f2ecd4a7 |
children |
line wrap: on
line diff
--- a/core/views.py Mon Nov 14 19:29:34 2016 -0600 +++ b/core/views.py Mon Nov 14 19:40:36 2016 -0600 @@ -56,4 +56,5 @@ context = super(FixedView, self).get_context_data(**kwargs) context['title'] = self.title context['content_template'] = self.content_template + context['V3_DESIGN'] = True return context