changeset 348:d67322b16a24

Django 1.2.3 is apparently stricter with template variable names that don't exist - which is good; work-around a reference to a not-yet-implemented context variable
author Sylvain Beucler <beuc@beuc.net>
date Sat, 18 Sep 2010 21:04:22 +0200
parents cf6f38bbefcb
children 3324f74d22b2
files savane/svmain/views.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/savane/svmain/views.py
+++ b/savane/svmain/views.py
@@ -101,6 +101,7 @@
         'category_list' : category_list,
         'news_list' : news_list,
         'news_count' : news_count,
+        'group_type': 'TODO',
         }
     return context