diff -r dcd7013ae0d5 -r 9363b9dc2983 app/soc/views/simple.py --- a/app/soc/views/simple.py Sat Oct 18 01:35:08 2008 +0000 +++ b/app/soc/views/simple.py Sat Oct 18 01:47:02 2008 +0000 @@ -61,9 +61,14 @@ template = helper.templates.makeSiblingTemplatesList(template, 'public.html') + # TODO(tlarsen): fix getUniversalContext() so that it is back to being a + # dict merge of missing defaults (as discussed at length in recent code + # reviews) if not context: context = helper.responses.getUniversalContext(request) + context['page'] = page + try: if link_name: user = id_user.getUserFromLinkNameOr404(link_name)