Fix an overlooked cut-and-paste error.
Patch by: Todd Larsen
Review by: to-be-reviewed
--- a/app/soc/views/simple.py Fri Aug 29 02:52:02 2008 +0000
+++ b/app/soc/views/simple.py Fri Aug 29 02:59:59 2008 +0000
@@ -76,7 +76,7 @@
Returns:
A subclass of django.http.HttpResponse containing the generated page.
"""
- return simple.templateWithLinkName(
+ return templateWithLinkName(
request, linkname=linkname, context=context,
template=template_helpers.makeSiblingTemplatesList(
template, 'public.html'))