Fix an overlooked cut-and-paste error.
authorTodd Larsen <tlarsen@google.com>
Fri, 29 Aug 2008 02:59:59 +0000
changeset 123 45d10b6af158
parent 122 95d0d954fe0b
child 124 051afb721c22
Fix an overlooked cut-and-paste error. Patch by: Todd Larsen Review by: to-be-reviewed
app/soc/views/simple.py
--- 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'))